{% load i18n %} {% load staticfiles %} {% block titletag %} {% block title %}{{ title }}{% endblock title %} | KA Lite {% endblock %} {% if debug %} {% else %} {% endif %} {% block headcss %}{% endblock headcss %} {% block headjs %}{% endblock headjs %} {% block analytics %}{% include 'central/web_analytics.html' %}{% endblock analytics %} {% block super-content %}
{% block precontent %} {% if messages %}
{% for message in messages %}
× {{message}}
{% endfor %}
{% endif %} {% endblock precontent %} {% block content %}{% endblock content %}
{% block attribution %}

© 2013 Foundation for Learning Equality, Inc.

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.

{% endblock attribution %}
{% endblock super-content %}