mirror of
https://github.com/tabler/tabler.git
synced 2026-07-30 23:14:39 +04:00
22 lines
405 B
HTML
22 lines
405 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<div class="page">
|
|
{% if page.sidebar %}
|
|
{% include layout/sidebar.html %}
|
|
{% endif %}
|
|
|
|
<div class="content">
|
|
{% include layout/topnav.html %}
|
|
|
|
<div class="content-page">
|
|
<main class="container{% if page.container-size %}-{{ page.container-size }}{% endif %} my-4 flex-fill">
|
|
{% include layout/page-title.html %}
|
|
|
|
{{ content }}
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</div>
|