{% extends "RateYourLife/base.html" %} {% block title %}Tag List{% endblock %} {% block content %} {% if not tag_list %}

There are no tags currently. You can create some.

{% else %}
{% for tag in tag_list %} {% endfor %}
Name
{{ tag.name }}
{% endif %}
Create {% endblock %}