{% if tags %}
{% if user.username == 'blog' %}

Posts by month / year

{% else %}

{{ user.username }}'s tags

{% endif %}
{% endif %}