mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-03-01 03:31:11 -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 ~%}
|