{% set current_page='following' %} {% extends 'federation/master.html' %} {% block page_content %} {% if following|length == 0 %} You are not following anyone. Search an actor {% endif %}
{% for actor in following %}
{% include 'federation/actor.html' %}
{% endfor %}
{% endblock %}