{% extends 'questions_base.html' %} {% block content_block %} {% if help_text %}

Documentation

{{ help_text|safe }} {% endif %}

Emulate POST request

Answer {% csrf_token %}
{% endblock %}