{% extends "nadb/base_nadb.html" %} {% block title %}Posts from {{ month|date:"F Y" }}{% endblock %} {% block body %}

Posts from {{ month|date:"F Y" }}

{% for post in object_list %}

{{ post.title }}

{{ post.teaser }}

{% endfor %} {% endblock %}