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