{% extends 'base.html' %} {% block header %}

{% block title %}All tags in database{% endblock %}

{% endblock %} {% block content %} {% for tag in tags %} {% endfor %}
Name Description
{{ tag.name }} {{ tag.description }}
{% endblock %}