github.com/chenfeining/golangci-lint@v1.0.2-0.20230730162517-14c6c67868df/test/testdata/quicktemplate/hello.qtpl (about)

     1  All text outside function templates is treated as comments,
     2  i.e. it is just ignored by quicktemplate compiler (`qtc`). It is for humans.
     3  
     4  Hello is a simple template function.
     5  {% func Hello(name string) %}
     6  	Hello, {%s name %}!
     7  {% endfunc %}