summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/tag_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/tag_list.html')
-rw-r--r--src/pyssg/plt/tag_list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pyssg/plt/tag_list.html b/src/pyssg/plt/tag_list.html
new file mode 100644
index 0000000..ebc864e
--- /dev/null
+++ b/src/pyssg/plt/tag_list.html
@@ -0,0 +1,7 @@
+{%macro print(tags)%}
+ <p>Tags:
+ {%for t in tags-%}
+ <a href="/tags/{{t}}.html">{{t}}</a>{{", " if not loop.last else ""}}
+ {%-endfor%}
+ </p>
+{%endmacro%}