{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{{ chunk.title }} / {{ block.super }}{% endblock title %} {% block content %}
{{ chunk.title }}
{{ chunk.content|safe }}
{% endblock content %}