{% extends "faq/base.html" %}
{% block title %}FAQ: {{ object.text|truncatewords:30}} {{ block.super }}{% endblock %}
{% block content %}{{ block.super }}
{{ object.text|safe }}
{% if user.is_staff %}
(edit question)
{% endif %}