{% comment %} The base site template for CHIRP's web apps. TODO(trow): My HTML skills are extremely rudimentary. Someone who understands CSS, etc. should fix this. {% endcomment %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} CHIRP{% if title %}: {% endif %}{{ title }} {# Block all robots by default #}
This system is under active development. It might not work properly in all browsers. We apologize in advance for any problems you might have. If you find a bug, please file a bug report and let us know.
{% if user %} {{ user }} Sign Out {% else %} Sign In {% endif %}
{# end of auth #} {% block page_content %}{% endblock %}
{# end of container #}