{% extends "base.html" %} {% block content %} {{title}} {{content}} {% if post_index %} Blog {% for post in post_index %} {{ post.title }} {% endfor %} {% endif %} {% endblock content %}