1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-25 11:29:57 +04:00
Files
tabler/pages/_layouts/single.html
2020-01-29 23:54:47 +01:00

16 lines
366 B
HTML

---
layout: base
body-class: border-top-wide border-primary d-flex flex-column
---
<div class="flex-fill d-flex flex-column justify-content-center">
<div class="container-{{ page.container-size | default: 'tight' }} py-6">
<div class="text-center mb-4">
<img src="{{ site.base }}/static/logo.svg" height="36" alt="">
</div>
{{ content }}
</div>
</div>