syllabus/app/templates/index.html
2025-04-19 23:24:48 -04:00

10 lines
127 B
HTML

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