{% extends "news/base_news.html" %} {% block title %}{{ year|date:"Y" }} - {{ block.super }}{% endblock %} {% block content_header %}

News Archive: {{ year|date:"Y" }}

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