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

Hello, world

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

{% endblock %}