From 242ba7f412d4e54f21385afff3f2b884f57f6ced Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 30 May 2024 15:06:28 +0200 Subject: feat: Add navbar selection --- templates/helloworld.qtpl | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/helloworld.qtpl (limited to 'templates/helloworld.qtpl') 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 %} -- cgit v1.2.3