Back to Postgresml

Template

pgml-dashboard/src/components/layouts/docs/template.html

2.10.0469 B
Original Source

% use crate::components::navigation::navbar::marketing::Marketing as MarketingNavbar; use crate::components::navigation::left_nav::Docs as IndexNav; %> <%+ head %>

<% for component in body_components {%> <%+ component %> <% } %> <%+ MarketingNavbar::new(user).style_alt() %> <%+ IndexNav::new(&index) %>

<%+ IndexNav::new(&index).for_mobile() %>

<%- content.unwrap_or_else(|| String::new()) %>

<%- footer.unwrap_or_default() %>