{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='Tags' text='Dashboard' textone='Blog' texttwo='Tags' %} {% endblock %}

Tags List

{% for record in blog_tags %} {% endfor %}
Tags Added on Status Action
{{ record.Tags }} {{ record.Addedon }} {{ record.Status }}
{% endblock %}