{% import "macros.html" as macros %} {% extends "profile/base.html" %} {% block content %}
{{ icon "clock" }} {{ text "auth:label.recent_posts" }}
{% for post in posts %} {{ components::post(post=post[0], owner=post[1], secondary=true, community=post[2], show_community=true) }} {% endfor %}
{% endblock %}