proxitok/components/themes/common/tags.latte
2022-03-29 19:30:31 +02:00

6 lines
178 B
Plaintext

<div class="tags">
{foreach $challenges as $challenge}
<a class="tag is-rounded is-info" href="{path('/tag/' . $challenge->title)}">{$challenge->title}</a>
{/foreach}
</div>