{% extends 'base.html' %} {% block content %}
This is a test of the template rendering system. If rendering is working, this value
should be TEST
: {{ value }}.
The value of request.spiderweb
is {{ request.spiderweb }}. If this is True,
middleware is working.
{% endblock %}