1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-20 14:20:09 +04:00
Files
tabler/pages/_includes/layout/layouts.html
T
2019-10-28 10:51:40 +01:00

10 lines
215 B
HTML

<div class="card">
<div class="card-body">
{% for layout in site.data.layouts %}
<a href="{{ layout.url }}" class="d-block">
{{ layout.title }}
</a>
{% endfor %}
</div>
</div>