transport-accessibility/transport_accessibility/pt_map/templates/testing.html
2024-06-02 12:12:17 +02:00

12 lines
170 B
HTML

<!DOCTYPE html>
<html>
<body>
{% for x in fruits %}
<h1>{{ x }}</h1>
{% endfor %}
<p>In views.py you can see what the fruits variable looks like.</p>
</body>
</html>