diff options
Diffstat (limited to 'web/template/index.tmpl')
-rw-r--r-- | web/template/index.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl new file mode 100644 index 000000000..a1656bf72 --- /dev/null +++ b/web/template/index.tmpl @@ -0,0 +1,5 @@ +<html> + <h1> + {{ .title }} + </h1> +</html> |