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.
- home page
- detail page for France
- countries by id
{% for c in dict_list %}
- detail page for {{c.name}}
{% endfor %}
- France (tuples)
- France (dicts)
- European Countries
- Country Lookup Form
- Country Lookup
- New Country Form
- Trio (Styled for Halloween, uses a static CSS file)