{{ post.text|linebreaks }}
- {% for tag in post.tags.all %} + {% for tag in post.tags.all %} {{ tag.name }}, {% endfor %}
@@ -17,4 +17,14 @@-
+ {% for tag in tags %}
+
- {{tag}} ({{tag.num_times}}) + {% endfor %} +
{{ post.text|linebreaks }}
- {% for tag in post.tags.all %} + {% for tag in post.tags.all %} {{ tag.name }}, {% endfor %}
@@ -17,4 +17,14 @@