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

Posts

Add post
{% for post in posts %}

{{ post.title }}

at {{ post.created_at }}

{{ post.content|safe }}
{% endfor %}
{% endblock %}