mirror of
https://github.com/kataras/iris.git
synced 2026-03-06 00:16:12 +00:00
add quicktemplate example. Iris + Quicktemplate made easy 👍
Former-commit-id: b17fb21d8c1d5a73f9f9170f49ae0527870377a1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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 %}
|
||||
Reference in New Issue
Block a user