{% extends "base.html" %} {% block page_title %}Posts{% endblock %} {% block content %} {% set read_more = True %} {% for post in posts %} {% with post_content = post.blurb|markdown %} {% include "post_base.html" %} {% endwith %} {% endfor %}