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

10 lines
233 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
{% for actor in results %}
{% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %}
{% endfor %}
{{ "Page: " ~ page }}
{% endblock %}