mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-02-06 18:35:32 -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 ~%} |