<!-- print out a bajillion things -->
<pre> {% filter force_escape %} {% debug %} {% endfilter %} </pre>
<!-- print out one specific thing in the template -->
<!-- http://stackoverflow.com/questions/1700661/how-to-access-array-elements-in-a-django-template -->
<pre> {{ request.user|pprint}} </pre>