{% extends 'base.html' %} {% block content %}

HI, THIS IS A PAGE

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.

AAAAAAAAAA

{% endblock %}