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