iris/_examples/view/quicktemplate/templates/index.qtpl

13 lines
196 B
Plaintext
Raw Normal View History

Index template, implements the Partial's methods.
{% code
type Index struct {}
%}
{% func (i *Index) Body() %}
<h1>Index Page</h1>
<div>
This is our index page's body.
</div>
{% endfunc %}