1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 22:44:39 +04:00
Files
tabler/pages/_layouts/single.html
T
2020-01-29 23:18:35 +01:00

16 lines
310 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-narrow py-6">
<div class="text-center mb-4">
<img src="{{ site.base }}/static/logo.svg" height="36" alt="">
</div>
{{ content }}
</div>
</div>