forked from GNUsocial/gnu-social
8 lines
203 B
Twig
8 lines
203 B
Twig
{% for note in notes %}
|
|
{% include '/cards/note/view.html.twig' with {'note': note} %}
|
|
{% endfor %}
|
|
|
|
{% for actor in actors %}
|
|
{% include 'actor/view.html.twig' with {'actor': actor} %}
|
|
{% endfor %}
|