1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00
Files
tabler/pages/_layouts/single.html
T
2020-01-16 10:57:33 +01:00

16 lines
306 B
HTML

---
layout: base
body-class: border-top-wide border-primary
---
<div class="min-h-full d-flex flex-column justify-content-center">
<div class="container-sm py-6">
<div class="text-center mb-4">
<img src="{{ site.base }}/static/logo.svg" height="36" alt="">
</div>
{{ content }}
</div>
</div>