1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/docs/_e11ty/includes/menu.html

7 lines
183 B
HTML

<div class="p-6">
{% for collection in collections.all %}
<div>
<a href="{{ collection.url }}">{{ collection.data.title }} {{ collection.url }}</a>
</div>
{% endfor %}
</div>