{% extends "base.html" %} {% load i18n %} {% load blogtags %} {% block main_content %}
There are {% if articles %}{{ articles|length }} {% else %}no {% endif %}Articles published under the Tag '{{ tag }}'
{% endif %} {% if user.is_authenticated %} Author Options {% endif %} Archive{{ article.desc }}
{% endfor %} {% else %}