{% from "_macros.html" import showPost with context %} {% extends "layout.html" %} {% block content %} {% include "_messages.html" %}
{% filter markdown %} {% include "index.md" %} {% endfilter %}

Recent Piston Discussions

{% for post in posts[:10] %} {{ showPost(post, "title") }} {% endfor %}
{% endblock %}