This commit is contained in:
Thomas Koch 2025-01-10 11:39:54 +02:00
commit 0f134ad61b
9 changed files with 2419 additions and 0 deletions

8
templates/index.html Normal file
View file

@ -0,0 +1,8 @@
hello world
{% for entry in entries %}
{% for link in entry.links %}
{{link.href}}
{% endfor %}
{% endfor %}