veilid-dot-com/themes/veilid/layouts/partials/terms-list.html.twig
2023-08-15 15:25:21 -04:00

5 lines
229 B
Twig

{%- 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 ~%}