{% extends 'base.html' %} {% block content %}
{% for post in posts %}

{{ post.title }}

{{ post.content|safe|truncate(200) }}
{% endfor %}
{% endblock %}