{% load django_markdown %}
{% include "qa/header.html" %} {% if message %} Enter a valid Answer! {% endif %}

Answering Question : {{ question.title }}

{% if user.is_authenticated %}
{% csrf_token %} {% markdown_editor "#ans" %} {% markdown_media %}

{% else %} Please Login to Add Questions! {% endif %}
{% include "qa/footer.html" %}