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