diff options
author | Vitaly Takmazov | 2017-04-19 14:51:48 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-05 12:06:28 +0300 |
commit | 045ca0848c8ee7c771541a5829157531c782cf30 (patch) | |
tree | 9a60049dae790fd01ace40d3757c0bfda74cd220 /juick-www/src/main/webapp/WEB-INF/views/macros | |
parent | 9345af5e39695d191b221473ce3a51b03dc09db3 (diff) |
juick-www: Home controller uses Pebble, drop ads
wip
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/macros/tags.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html new file mode 100644 index 00000000..ffd81ddd --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html @@ -0,0 +1,5 @@ +{% macro tags(uname="", tagsList) %} +{% for tag in tagsList %} +<a href="/{{ uname }}/?tag={{ tag }}">{{ tag }}</a> +{% endfor %} +{% endmacro %}
\ No newline at end of file |