11 lines
302 B
HTML
11 lines
302 B
HTML
<h1>HI, THIS IS A PAGE</h1>
|
|
|
|
<p>
|
|
This is a test of the template rendering system. If rendering is working, this value
|
|
should be <code>TEST</code>: {{ value }}.
|
|
</p>
|
|
<p>
|
|
The value of <code>request.spiderweb</code> is {{ request.spiderweb }}. If this is True,
|
|
middleware is working.
|
|
</p>
|