syllabus/app/templates/index.html
2025-04-20 18:25:20 -04:00

10 lines
127 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>FastAPI with Jinja2</title>
</head>
<body>
<h1>{{ message }}</h1>
</body>
</html>