veilid-dot-com/themes/veilid/layouts/partials/terms-list.html.twig

5 lines
229 B
Twig
Raw Normal View History

2023-08-15 19:25:21 +00:00
{%- if attribute(page, vocabulary) is defined ~%}
{%- for term in attribute(page, vocabulary) ~%}
<a href="{{ url(vocabulary ~ '/' ~ term) }}">{{ term }}</a>{% if not loop.last %}, {% endif %}
{%- endfor ~%}
{%- endif ~%}