1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 05:24:38 +04:00
Files
tabler/pages/_layouts/default.html
T
2019-11-06 12:41:16 +01:00

21 lines
552 B
HTML

---
layout: base
---
<div class="layout{% if page.site-layout %} {{ page.site-layout }}{% endif %}">
{% include layout/topnav.html dark=page.header-dark sticky=page.header-sticky %}
{% include layout/topmenu.html %}
<div class="layout-area-main">
<main class="container{% if page.container-size %} container-{{ page.container-size }}{% endif %}{% if page.fluid %}-fluid{% endif %} my-4 flex-fill">
{% include layout/page-title.html %}
{{ content }}
</main>
</div>
</div>
{% include layout/modals.html %}