From 3be25766027178489a0c5f1f82e65f9be518c79c Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 5 May 2024 19:35:41 +0200 Subject: feat: Add chroma support --- templates/helloworld.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/helloworld.qtpl') 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() %} -- cgit v1.2.3