{# templates/base.html #} {% load static tz %} {% block title %}Demo – Endpoint Profiler{% endblock %} {# Petit reset + layout simple #} {# Slot pour le plugin : CSS additionnel #} {% block extra_head %}{% endblock extra_head %}

{% block header_title %}Dashboard{% endblock header_title %}

{% block header_subtitle %} Analyse des endpoints HTTP à partir des logs Nginx. {% endblock header_subtitle %}

{% block content %} {# Contenu fourni par le plugin (dashboard.html) #} {% endblock content %}
{# Slot JS pour le plugin #} {% block extra_js %}{% endblock extra_js %}