{% extends 'base.html' %} {% block title %} Tags | BrandX {% endblock title %} {% block content %}

Your Tags

{% if not user.is_authenticated %}

Login to see saved objects you've tagged.

{% endif %}
{% endblock content %}