aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-15 21:30:17 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-15 21:30:17 +0100
commit9cd1d0d6bea1336f57b6411d1c09abe892156623 (patch)
tree202950ac72425b4db0b9f24cf556776d9764d080 /index.tpl
parent8fcc38ce404f16b2809a73de7bdf778bb84becb4 (diff)
downloadunja-9cd1d0d6bea1336f57b6411d1c09abe892156623.tar.gz
unja-9cd1d0d6bea1336f57b6411d1c09abe892156623.zip
add readme
Diffstat (limited to 'index.tpl')
-rw-r--r--index.tpl20
1 files changed, 0 insertions, 20 deletions
diff --git a/index.tpl b/index.tpl
deleted file mode 100644
index 940f61b..0000000
--- a/index.tpl
+++ /dev/null
@@ -1,20 +0,0 @@
-# List of titles
-- {{ title }}
-- {{title}}
-- {{ title}}
-- {{title }}
-
-# Dot notation
-{{ home.title }}
-
-# For block
-{% for p in posts %}
- - {{ p.title }}
-
- (
- {% for t in p.tags %}
- {{ t }},
- {% endfor %}
- )
-{% endfor %}
-