mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
7 lines
183 B
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> |