{% extends "base.html" %} {% block title %}{{ question.title }} - {{ block.super }}{% endblock %} {% block body %} {% include "cueeneh/common/display_question.html" %} {% include "cueeneh/common/list_answers.html" %} {% if user.is_authenticated %} {% include "cueeneh/common/post_answer.html" %} {% else %}