{% extends "root.html" %} {% block head %} Following - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ macros::timelines_nav(selected="following") }}
{% for post in list %} {{ components::post(post=post[0], owner=post[1], secondary=true, community=post[2], show_community=true) }} {% endfor %} {{ components::pagination(page=page, items=list|length) }}
{% endblock %}