1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00
Files
tabler/pages/_layouts/default.html
T
2020-04-04 14:06:48 +02:00

17 lines
337 B
HTML

---
layout: base
---
{% assign page-header = page.page-header | default: layout.page-header %}
<div class="page">
{% comment %}
{% include layout/navbar-primary.html %}
{% include layout/navbar-secondary.html %}
{% endcomment %}
{% include layout/content.html %}
</div>
{% include ui/modal.html modal-id="customize" top=true %}