{% if request.user.is_staff %}
{% endif %}
{% if tag.image %}
{{ tag.name }}
{{ tag.category }}
{% else %}
{{ tag.name }}
{{ tag.category }}
{% endif %}
{{ tag.name }}
{{ tag.category }}
{{ tag.description }}
{{ tag.name }}
{{ tag.category }}
{{ tag.description }}
{% for article in tag.get_articles %}
{% include 'article_thumb.html' with article=article only %}
{% endfor %}