{% extends 'base.html' %} {% load markup %} {% load comments %} {% block content %} {% if posts %}

{{section_title}}

{% for p in posts %}

{{p.title}}

{{p.body|truncatechars:200|markdown}}

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