aboutsummaryrefslogtreecommitdiff
path: root/templates/hello.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 16:57:57 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 16:57:57 -0800
commit94dd1ca677c716975d43f323c97ea26f8fd4c962 (patch)
tree7eaf4f32af0a180457f935d5f2fdff941018a12f /templates/hello.html
downloadsomething-94dd1ca677c716975d43f323c97ea26f8fd4c962.tar.gz
something-94dd1ca677c716975d43f323c97ea26f8fd4c962.zip
initial commit by simponic-infra
Diffstat (limited to 'templates/hello.html')
-rw-r--r--templates/hello.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/hello.html b/templates/hello.html
new file mode 100644
index 0000000..d2311f5
--- /dev/null
+++ b/templates/hello.html
@@ -0,0 +1,3 @@
+{{ define "content" }}
+hello from {{ .Service }}!
+{{ end }}