mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
7 lines
151 B
Twig
7 lines
151 B
Twig
{{ object.prose|trim }}
|
|
{% for tagType in object.tagTypes() %}
|
|
|
|
{% for tag in object.tags(tagType) %}
|
|
{{ render(tag)|trim }}
|
|
{% endfor %}
|
|
{% endfor %}
|