{% extends "base.html" %} {% block main %} Posts {% for post in posts %} {{ post.get_title() }} {% endfor %}
{% for post in posts %}