Back to Postgresml

Base

pgml-dashboard/templates/layout/base.html

2.10.0333 B
Original Source

<%+ alert_banner %> <%+ MarketingNavbar::new( user ) %> <% if !toc_links.is_empty() { %> <%+ Toc::new(&toc_links)%> <% } %>

<%+ feature_banner %>

<%- content.unwrap_or_default() %> <% if !toc_links.is_empty() { %> <%+ Toc::new(&toc_links)%> <% } %>

<%- footer.unwrap_or_default() %>