{% extends "nadb/base_nadb.html" %} {% block title %}Blog posts{% endblock %} {% block body %} {% for post in object_list %}

{{ post.title }}

{{ post.teaser }}

{% endfor %} {% if is_paginated %} {% endif %} {% endblock %}