mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
11 lines
467 B
HTML
11 lines
467 B
HTML
<div class="content">
|
|
<div class="container{% if page.container-size %}-{{ page.container-size }}{% endif %}{% if page.container-centered %} d-flex flex-column justify-content-center{% endif %}">
|
|
{% if page-header %}
|
|
{% include layout/page-header.html title=page-header description=page.page-header-description actions=page.page-header-actions pretitle=page.page-header-pretitle %}
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include layout/footer.html %}
|
|
</div> |