gnu-social/plugins/RelatedTags/templates/related_tags/note_tags.html.twig

7 lines
171 B
Twig
Raw Normal View History

<div class="section-widget">
<p>Related tags:</p>
{% for nt in note_tags %}
{% include 'cards/tag/note_tag.html.twig' with { 'tag': nt } %}
{% endfor %}
</div>