From 85c44b58a6b66a43ec86c668ec5145c66098d859 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:44:41 +0400 Subject: [PATCH] add templates/ --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..ae164d1 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,4 @@ + +

hi

+

this is a test from {{ .test }}

+ \ No newline at end of file