mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
17 lines
337 B
HTML
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 %}
|