aboutsummaryrefslogtreecommitdiff
path: root/templates/helloworld.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-05-05 19:35:41 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-05-05 19:35:41 +0200
commit3be25766027178489a0c5f1f82e65f9be518c79c (patch)
tree2a9d8b2e63ae40d571b0ea899baf4c1567c15d3e /templates/helloworld.qtpl
parentf5b5f72f7eaf14692b8036c3698037c647b2423a (diff)
downloadcerrado-3be25766027178489a0c5f1f82e65f9be518c79c.tar.gz
cerrado-3be25766027178489a0c5f1f82e65f9be518c79c.tar.bz2
cerrado-3be25766027178489a0c5f1f82e65f9be518c79c.zip
feat: Add chroma support
Diffstat (limited to 'templates/helloworld.qtpl')
-rw-r--r--templates/helloworld.qtpl2
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() %}