{% extends 'base.html' %} {% block navigation %} {% include 'autodidact/include/assignment_navigation.html' %} {% endblock %} {% block content %} {% if step %} {% include 'autodidact/include/step.html' %} {% else %} This step does not exist. Go back to step 1. {% endif %} {% endblock %}