{% extends "base.html" %} {% block title %}Home — Litestar autoreload example{% endblock %} {% block content %}

Hello, world

Edit this template or main.py and watch the browser reload automatically.

{% endblock %}