diff options
author | Vitaly Takmazov | 2017-05-24 13:16:17 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-24 13:22:54 +0300 |
commit | 9f2f5a1283711cdca44c1835eeb7bd97e16534a8 (patch) | |
tree | c83ad758933bbb2bc92b7832a7ef16bc6ab2661a /juick-www/src/main | |
parent | be30d843aab467aa628f1c3f3c7d194bfda54284 (diff) |
juick-www: blog_tags
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/blog_tags.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/blog_tags.html b/juick-www/src/main/webapp/WEB-INF/views/blog_tags.html new file mode 100644 index 00000000..07f44f8d --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/views/blog_tags.html @@ -0,0 +1,10 @@ +{% extends "layouts/content" %} +{% import "views/macros/tags" %} +{% block content %} +<p> + {{ tags(user.name, tagStats) }} +</p> +{% endblock %} +{% block "column" %} +{% include "views/partial/usercolumn" %} +{% endblock %}
\ No newline at end of file |