{% block head_stuff %} {% endblock %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for msg in messages %}
{{msg}}
{% endfor %}
{% endif %} {% endwith %} {% block nav %}
home page
detail page for France
France (tuples)
France (dicts)
European Countries
Country Lookup Form
Country Lookup without a query string
New Country Form
Insert New Country Form PRG
Trio (Styled for Halloween, uses a static CSS file)
Other links
home
greet
testform
{% endblock %} {% block main_content %}
Welcome!
{% endblock %} {% block end_scripts %} {% endblock %}