{% load static rest_framework %} {% include "rest_framework/tailwind/components/head.html" %} {% block navbar %}{% include "rest_framework/tailwind/components/navbar.html" %}{% endblock %} {# Content grows to fill the viewport so the footer always sits at the bottom #}
{% block content %}{% endblock %}
{% include "rest_framework/tailwind/components/footer.html" %} {% include "rest_framework/tailwind/components/toasts.html" %} {% if django_browser_reload_enabled %}{% endif %}