diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 15:06:28 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 15:06:28 +0200 |
commit | 242ba7f412d4e54f21385afff3f2b884f57f6ced (patch) | |
tree | 574b05ad544b0473f53a66d474591751989add94 /templates/helloworld.qtpl | |
parent | 2dd4cf35aab8324608a83d337459fd8354521b92 (diff) | |
download | cerrado-242ba7f412d4e54f21385afff3f2b884f57f6ced.tar.gz cerrado-242ba7f412d4e54f21385afff3f2b884f57f6ced.tar.bz2 cerrado-242ba7f412d4e54f21385afff3f2b884f57f6ced.zip |
feat: Add navbar selection
Diffstat (limited to 'templates/helloworld.qtpl')
-rw-r--r-- | templates/helloworld.qtpl | 14 |
1 files changed, 0 insertions, 14 deletions
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 %} |