{% extends "news/base_news.html" %} {% block content_header %}

News Archive


{% endblock %} {% block content_tabbing %} {% if perms.news %} {% endif %} {% endblock %} {% block content_main %} {% include "news/inlines/posts_table.html" %} {% endblock %}