{% extends "base.html" %} {% load bootstrap4 %} {% block title %}Base Tags - Detail{% endblock title %} {% block content %}

Detail for {{ tag }}

{% csrf_token %} {% bootstrap_form tag_form %} {% buttons %} {% endbuttons %}
{% endblock content %}