gnu-social/components/Tag/templates/tag_stream.html.twig
2021-09-21 11:04:27 +01:00

8 lines
112 B
Twig

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