{% extends "base.html.j2" %} {% block main %} Posts Refining how we think and teach. {% for post in posts %} {{ post.get_title() }} {% endfor %} {% endblock %}