{% extends "layout.html" %} {% block content %}

{{ _("Tags") }}

{% if current_user.is_authenticated %} {{ _("Create") }} {% endif %}
{% include "tag/_list.html" %} {% endblock %}