diff options
Diffstat (limited to 'templates/hello.html')
-rw-r--r-- | templates/hello.html | 3 |
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 }} |