gnu-social/components/Tag/templates/tag_stream.html.twig

8 lines
112 B
Twig

{% for note in notes %}
<div>
{{ note.getRendered() | raw }}
</div>
{% endfor %}
{{ "Page: " ~ page }}