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