{% extends "base.html" %} {% block content %} {% for post in posts %}
{{post.text|raw}}
{% endfor %}
{% endblock %}