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

{{ post.title }}

{{ post.contents | striptags | truncate(100) }}

Read more
{% endfor %}
{% endblock %}