mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 11:29:57 +04:00
26 lines
416 B
HTML
26 lines
416 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
{% comment %}
|
|
{% include aside.html %}
|
|
{% endcomment %}
|
|
|
|
<div class="page-main">
|
|
{% include header.html %}
|
|
|
|
<div class="page-content">
|
|
{% if page.page-title %}
|
|
<div class="container">
|
|
<div class="page-header">
|
|
<h1 class="page-title">{{ page.page-title }}</h1>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer-sub.html %}
|
|
{% include footer.html %} |