{% block headstuff %}{% endblock %}
{# Header begin #}

Application Stats for {{env.APPLICATION_ID}}

All costs displayed in micropennies (1 dollar equals 100 pennies, 1 penny equals 1 million micropennies)
{% if shell_ok %} {% if not is_shell %} Try the interactive playground... {% endif %} {% endif %}
{# Header end #} {# Body begin #}
{# Content begin #}
{% block content %} {# REAL BODY GOES HERE #} {% endblock %}
{# Content end #}
{# Body end #}
{% block tailstuff %}{% endblock %}