github.com/be-b10g/golangci-lint@v1.17.2/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 %}