{% extends "aircox/page.html" %} {% load static i18n humanize honeypot %} {% comment %} Base template used to display a page Context: - title: title - page: page {% endcomment %} {% block header_meta %}{{ block.super }} {% if page.category %} {{ page.category.title }} // {% endif %} {{ page.pub_date }} {% endblock %} {% block main %} {{ block.super }} {% block comments %} {% if comments or comment_form %}
{{ comment.nickname }}
{{ comment.content }}