.
This commit is contained in:
commit
0f134ad61b
9 changed files with 2419 additions and 0 deletions
8
templates/index.html
Normal file
8
templates/index.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
hello world
|
||||
|
||||
{% for entry in entries %}
|
||||
{% for link in entry.links %}
|
||||
{{link.href}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in a new issue