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

This is a Django application using advanced WSGI functionality, thanks to twod.wsgi.

The following variables are defined:

{% for setting_name,setting_value in settings %} {% endfor %}
{{setting_name}} {{setting_value}}
{% endblock %}