{% extends 'base.html' %} {% block submenu %} {% endblock submenu %} {% block content %}

{{ month|date:"Y-m" }}

« {{ previous_month|date:"F" }} {{ month|date:"F" }} {% if next_month %} {{ next_month|date:"F" }} » {% endif %}

{% if object_list %}
{% for entry in object_list %} {% include 'blog/entry_with_fulldatetime.html' %} {% endfor %}
{% else %}

No news.

{% endif %} {% endblock content %}