1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 13:22:22 +04:00
Files
tabler/preview/pages/_layouts/single.html
T

18 lines
313 B
HTML

---
layout: base
body-class: d-flex flex-column
---
<div class="page">
<div class="container container-{{ container-size | default: 'tight' }} py-4">
{% unless hide-logo %}
<div class="text-center mb-4">
{% include "layout/navbar-logo.html" %}
</div>
{% endunless %}
{{ content }}
</div>
</div>