{% from "_macros.html" import showPost with context %} {% extends "layout.html" %} {% block content %} {% include "_messages.html" %} {% include "user-header.html" %}
{% for post in posts %} {{ showPost(post, "excerpt") }} {% endfor %}
{% endblock %}