gnu-social/components/Search/templates/search/show.html.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 %}