{% extends "base.html" %} {# Copyright The IETF Trust 2011, All Rights Reserved #} {% block title %}Charter States{% endblock %} {% block morecss %} .state_column { width: 13em; } {% endblock %} {% block content %}

Charter States

{% for state in states %} {% endfor %}
State Description
{{ state.name|escape }} {{ state.desc|escape }}
{% endblock %}