File size: 176 Bytes
a0196ab
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<!-- templates/index.html -->
<!DOCTYPE html>
<html>
<head>
    <title>FastAPI Example</title>
</head>
<body>
    <h1>FastAPI Example</h1>
    <p>{{ text }}</p>
</body>
</html>