{# This template is rendered by views.py. It adds theme navigation links to crash.html. #} {% extends theme("show.html") %} {% block content %} {% include "crash.html" %} {% endblock %}