question.html 194 Bytes
{% autoescape %}

<h1 class="page-header">{{ question['title'] }}</h1>

<div id="text">
    {{ md(question['text']) }}
</div>

{% block answer %}{% end %}

{{ md(question.get('comments', '')) }}