summary refs log tree commit diff stats
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/tag.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/tag.html b/src/views/tag.html
new file mode 100644
index 0000000..7ff9871
--- /dev/null
+++ b/src/views/tag.html
@@ -0,0 +1,3 @@
+{% for post in posts %}
+  {{ post.data.get('title') }}
+{% endfor %}