aboutsummaryrefslogtreecommitdiff
path: root/templates/helloworld.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/helloworld.qtpl')
-rw-r--r--templates/helloworld.qtpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/helloworld.qtpl b/templates/helloworld.qtpl
deleted file mode 100644
index 1785bb5..0000000
--- a/templates/helloworld.qtpl
+++ /dev/null
@@ -1,14 +0,0 @@
-{% code
-type HelloPage struct {
- Body []byte
-}
-%}
-
-{% func (p *HelloPage) Title() %}Hello{% endfunc %}
-
-{% func (p *HelloPage) Content() %}
-{%z= p.Body %}
-{% endfunc %}
-
-{% func (p *HelloPage) Script() %}
-{% endfunc %}