{# The whole of this app's styling. No build step, no framework, nothing to install - the point of the example is the Python, and a page you can read in a browser with no toolchain is worth more here than a pretty one. #} {% block title %}socialchimp{% endblock %}

{% block heading %}{% endblock %}

{% for category, message in get_flashed_messages(with_categories=true) %}

{{ message }}

{% endfor %} {% block body %}{% endblock %}