mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-02-07 02:45:29 -05:00
5 lines
229 B
Twig
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 ~%}
|