{% extends 'base.html' %} {% load static %} {% block title %} Tag List {% endblock %} {% block content %}

Dashboard Tag List page

Tag List {% include 'common/message.html' %}

{% include 'tag/tag_list_component.html' %}
{% include 'tag/modal.html' %} {% endblock %}