Hello! This is Example 4

We have lots of hyperlinks to try. These are all built using url_for, so the template file makes for interesting reading.

  1. home page
  2. detail page for France
  3. countries by id
      {% for c in dict_list %}
    1. detail page for {{c.name}}
    2. {% endfor %}
  4. France (tuples)
  5. France (dicts)
  6. European Countries
  7. Country Lookup Form
  8. Country Lookup
  9. New Country Form
  10. Trio (Styled for Halloween, uses a static CSS file)