mirror of
https://github.com/tabler/tabler.git
synced 2026-07-26 04:54:40 +04:00
21 lines
410 B
HTML
21 lines
410 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 markdown">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% if page.toc %}
|
|
<div class="d-none d-xl-block col-xl-3">
|
|
<div class="sticky-top py-4">
|
|
<h5 class="subheader">On this page</h5>
|
|
{{ content | toc_only }}
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
</div> |