Drawing and deleting routes

This commit is contained in:
Jan Kiljanski
2024-06-02 12:12:17 +02:00
parent 34dce12339
commit 99c6e93b4b
4 changed files with 672 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
<!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>