diff options
Diffstat (limited to 'templates/helloworld.qtpl')
-rw-r--r-- | templates/helloworld.qtpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/helloworld.qtpl b/templates/helloworld.qtpl index 66287ea..45c5595 100644 --- a/templates/helloworld.qtpl +++ b/templates/helloworld.qtpl @@ -7,8 +7,6 @@ type HelloPage struct { {% func (p *HelloPage) Title() %}Hello{% endfunc %} {% func (p *HelloPage) Content() %} -HelloWorld - {%s= p.Body %} {% endfunc %} |