{% load static from staticfiles %} {% block title %}{{ WWW_HOST }}{% endblock %} {% block header %}{% endblock %}
{% if not request.is_secure %}
Your (http) connection is unencrypted and thus insecure. {% if WE_HAVE_SSL %} Please use our secure https site. {% endif %} {% if COOKIE_SECURE %} At least some of the required cookies will only work on the secure https site, expect malfunctioning on the http site. {% endif %}
{% endif %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% block content %} Here goes the content. {% endblock %}