16 lines
403 B
HTML
16 lines
403 B
HTML
<!doctype html>
|
|
<html lang="en" @@bodySetup>
|
|
<!-- [Head] start -->
|
|
|
|
<head>
|
|
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 1'})@@include('../layouts/head-css.html')
|
|
</head>
|
|
<!-- [Head] end -->
|
|
<!-- [Body] Start -->
|
|
<body>
|
|
@@include('../layouts/loader.html')
|
|
@@include('../partials/navbar/navbar-1.html')
|
|
@@include('../layouts/footer-js.html')
|
|
</body>
|
|
</html>
|