mirror of
https://github.com/tabler/tabler.git
synced 2026-07-14 09:34:19 +04:00
14 lines
214 B
HTML
14 lines
214 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-10 col-xl-9">
|
|
<div class="card card-lg">
|
|
<div class="card-body prose">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|