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

{{ post.title }}

{{ post.teaser }}
{% endfor %}
{% endblock %}