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

Posts from {{ day|date:"d F Y" }}

{% for post in object_list %}

{{ post.title }}

{{ post.teaser }}

{% endfor %} {% endblock %}