{% extends "auth/auth_base.html" %} {% block title %}manage tags{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
{% include 'auth/snippets/info.html' %} create new tag {% for tag in tags %} {% endfor %}
# Name Created At Modified At Operation
{{ loop.index }} {% include "notes/snippets/tag.html" %} {{ tag.created_at }} {{ tag.modified_at }} modifiy delete
{% endblock %}