{% 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 %}
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.
app/templates/index.html
app/api/v1