{% extends 'base.html' %} {% load i18n static humanize %} {% block title %}{{ question.title }}{% endblock %} {% block head %} {% endblock head %} {% block content %}
{{ question.get_markdown|safe }}
{% for tag in question.tags.names %} {{ tag }} {% endfor %}
{% endif %}{% trans 'Submit your answer now.' %}