{% extends "base.html" %} {% block title %}About — Django autoreload example{% endblock %} {% block content %}
This example demonstrates asgi-autoreload with Django and Daphne.
The autoreload script is injected automatically into every HTML response — no changes to templates needed.
{% endblock %}