{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block body %}

{{ 'Actors containing tag:' | trans }} {{ tag_name }}

{% for pinned in handle_event('AddPinnedFeedContent', app.request) %} {% include pinned['template'] with { 'actor_tags': pinned['vars']} only %} {% endfor %} {% for actor in results %} {% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %} {% endfor %}
{{ "Page: " ~ page }}
{% endblock %}