mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 11:29:57 +04:00
16 lines
366 B
HTML
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>
|
|
|