{% extends "base.html" %} {% block content %} {% for post in posts %}
{{ post.title }}
by {{ post.author.name }} in /{{ post.repo }} at {{ post.intro | markdown | safe }} {% if post.intro != post.body %}

more...

{% endif %}
{% endfor %} {% endblock %}