tabler-ui
Version:
Premium and Open Source dashboard template with responsive and high quality UI. For Free!
26 lines (21 loc) • 416 B
HTML
layout: base
{% comment %}
{% include aside.html %}
{% endcomment %}
<div class="flex-fill">
{% include header.html %}
<div class="my-3 my-md-5">
{% 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 %}