{% extends 'base.html' %} {% block navigation %} {% include 'autodidact/include/topic_navigation.html' %} {% endblock %} {% block content %}

{{topic.name}}

{{topic.description}}
{% endblock %}