From 0e91926ff40b3df1914375165633bb703c176558 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 5 Jun 2021 01:21:59 -0600 Subject: simplify templates --- blog/plt/tag_list.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blog/plt/tag_list.html (limited to 'blog/plt/tag_list.html') diff --git a/blog/plt/tag_list.html b/blog/plt/tag_list.html new file mode 100644 index 0000000..2dfb70c --- /dev/null +++ b/blog/plt/tag_list.html @@ -0,0 +1,9 @@ +{%macro print(tags)%} +
+

Tags: + {%for t in tags-%} + {{t[0]}}{{", " if not loop.last else ""}} + {%-endfor%} +

+
+{%endmacro%} -- cgit v1.2.3-54-g00ecf