1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-25 11:29:57 +04:00
Files
tabler/_layouts/default.html
2018-02-19 20:17:04 +01:00

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 %}