mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 22:44:39 +04:00
16 lines
310 B
HTML
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>
|
|
|