diff options
Diffstat (limited to 'src/views/tag.html')
-rw-r--r-- | src/views/tag.html | 3 |
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 %} |