{% extends "./base.html" %} {% load comment_block %} {% block title %} {{ task.task_content }} {% endblock %} {% block extra_head %} {% endblock %} {% block main %} {% if task %}
{% autoescape off %} {{ task.content_html }} {% endautoescape %}
{% endif %} {% comment_block request.path %} {% endblock %}