This commit is contained in:
2025-06-26 15:38:02 -04:00
parent 627c3ec6f5
commit 379eb6e206
5 changed files with 70 additions and 176 deletions

12
templates/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Embedded Template</title>
</head>
<body>
<h1>Hello, {{.Name}}!</h1>
</body>
</html>