{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} Popular - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav(selected="popular") }}
{{ macros::timelines_nav(selected="popular") }}
{% for post in list %} {{ components::post(post=post[0], owner=post[1], secondary=true, community=post[2], show_community=true) }} {% endfor %}
{% endblock %}