This commit is contained in:
Waylon S. Walker 2024-10-13 20:31:03 -05:00
commit a426df12c0
22 changed files with 2819 additions and 0 deletions

18
templates/example.html Normal file
View file

@ -0,0 +1,18 @@
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>
<h2>Example</h2>
<p>
{{ data.message }}
</p>
<h3>Data</h3>
{{ data.data }}
</body>
</html>