{% extends "paano/base.html" %} {% block paano_content %}

{{ category.title }} › {{ question.title }}

{% if current_user.is_authenticated() %}

EditDeleteFork

{% endif %} {{ m.html(question.content) | safe }} {% endblock %}