{% from "_macros.html" import showPost with context %} {% extends "layout.html" %} {% block content %} {% include "_messages.html" %}
{% for post in posts[:10] %} {{ showPost(post, "excerpt") }} {% endfor %}
Tags
{% endblock %}