{% extends "base.html" %} {% load markdownify %} {% block body %} {% include 'cueeneh/common/display_question.html' %} {% if preview %}
Answer Preview
{{ preview|markdownify }}
{% endif %} {% include 'cueeneh/common/post_answer.html' with answer_form=form %} {% endblock %}