Animal Browser
Select an animal to learn more.
{% for animal in animals %} {# Generate a URL for the 'animal' function with the specified animal ID #}
{{ animal.name }}
{% endfor %}