{% extends "faq/base.html" %} {% block title %}{{ block.super }}: Question - {{ question.text|truncatewords:30}}{% endblock %} {% block body %} {{ question.text }} {{ question.answer }} {% endblock %}