{% extends 'anatomy/base.html' %} {% block content %} {% include 'anatomy/question_link_header.html' %}

{{question}}

{% if answer_compare %} Filtering by answer: {{answer_compare}} [view all] {% endif %} {% endblock %}