{% extends "voc/base_site.html" %} {% load markup %} {% block title %}{{ unit.title }}{% endblock %} {% block content %}

{{ unit.title }}

{% if unit.body %}

{{ unit.body|restructuredtext }}

{% endif %} {% if unit.question %}

{{ unit.question|restructuredtext }}

{% endif %} {% if unit.answer %}

Answer:

{{ unit.answer|restructuredtext }}

{% endif %} {% if unit.vocabulary %}

Vocabulary:

{% endif %} {% endblock %}