% layout('_layout.html') %> <%~ include('_navbar.html', it) %> Card One ... Card Two ... Card Three ... <%~ include('_footer.html', it) %> <%~ include('_global_modal.html', it) %> <%~ include('_global_js.html', it) %>
...