{% extends "base.html" %} {% block page_contents %}

Template not found

{% if request.GET.template_name %}

Could not find template: "{{ request.GET.template_name }}".

{% else %}

Template not specified.

{% endif %} {% endblock %}