@@include('partials/main.html') @@include("partials/title-meta.html", {"title": "Starter Page"}) @@include('partials/head-css.html')
@@include('partials/sidenav.html')
@@include('partials/topbar.html')
@@include("partials/page-title.html", {"subtitle":"Menu","title":"Starter Page"})
@@include('partials/footer.html')
@@include('partials/footer-scripts.html')