{% extends "base.html" %} {% block content %}

blog

{% for post in posts %}

{{ post.title }}

{% endfor %} {% endblock %}