{% load static rest_framework tailwind_tags %} {% if name %}{{ name }} – {% endif %}{{ project_name|default:"API" }} {# CSRF Token for AJAX requests #} {% csrf_token %} {# DRF CSRF data for ajax-form.js #} {# Apply theme immediately to prevent flash #} {# Tailwind CSS #} {# Override Tailwind CDN's media-query dark mode with class-based dark mode #} {# Prism.js for syntax highlighting - loaded dynamically based on theme #} {# Alpine.js for interactivity #} {# Custom styles #} {% if code_style %}{% endif %} {# Glass morphism navbar #} {# Main Content #}
{# Breadcrumbs with animation #} {% if breadcrumblist %} {% endif %} {# Content Block #}
{% block content %}{% endblock %}
{# Footer #} {% load django_cfg %}
{# Command Palette #}
{# Search Input #}
{# Quick Actions #}
{# Toast Notifications #}
{# Scripts #} {# jQuery required for DRF ajax-form.js #} {% if django_browser_reload_enabled %} {% endif %}