added dataloop to templates
This commit is contained in:
parent
552d56bdd2
commit
77a7563e22
|
@ -1,3 +1 @@
|
|||
blurb
|
||||
|
||||
{{data}}
|
||||
{% include 'evapp/dataloop.txt' %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
blarb
|
||||
{% include 'evapp/dataloop.txt' %}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{% for key, value in data.items %}
|
||||
{{ key }}: {{ value }}
|
||||
{% endfor %}
|
Loading…
Reference in New Issue