{% extends "base.html" %} {% block title %}{{ project_name }}{% endblock %} {% block content %}

Welcome to {{ project_name }}

Your FastAPI backend is running with a clean Jinja2 frontend layout. Start by editing app/templates/index.html and your API routes under app/api/v1.

{% endblock %}