mirror of
https://github.com/tabler/tabler.git
synced 2025-12-27 10:10:27 +04:00
22 lines
622 B
HTML
22 lines
622 B
HTML
---
|
|
layout: base
|
|
body-class: border-top-2 border-primary
|
|
---
|
|
|
|
<div class="d-flex h-auto min-h-full justify-content-center">
|
|
<div class="d-flex align-items-center justify-content-center flex-fill">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col {{ page.col-class | default: 'col-login' }} mx-auto">
|
|
<div class="text-center mb-4">
|
|
<img src="{{ site.base }}/img/logo.svg" class="h-8" alt="">
|
|
</div>
|
|
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|