summaryrefslogtreecommitdiff
path: root/templates/hello.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2025-01-12 23:09:34 -0800
committerElizabeth Hunt <elizabeth@simponic.xyz>2025-01-12 23:09:34 -0800
commit18a945aab9b3129b82076f633fab1d13ba28148e (patch)
tree09703cdc24992c42c5c14051e73e0b614280f5bd /templates/hello.html
downloadphoneassistant-18a945aab9b3129b82076f633fab1d13ba28148e.tar.gz
phoneassistant-18a945aab9b3129b82076f633fab1d13ba28148e.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 }}