{% extends "news/base_news.html" %} {% block title %}{{ month|date:"F - Y" }} - {{block.super}} {% endblock %} {% block content %}

News Archive: {{ month|date:"F" }} {{ month|date:"Y" }}

{% include "news/inlines/posts_table.html" %} {% endblock %}