iris/_examples/view/write-to/views/shared/email.html
Gerasimos (Makis) Maropoulos 4b4dbb04af add an app.View example for parsing and writing templates outside of the HTTP scope(context.View)
Former-commit-id: e65d8ece521c778dedf45cf2f522383c26b9901b
2018-01-22 15:42:19 +02:00

7 lines
112 B
HTML

<h1>{{.Title}}</h1>
<p class="body">
{{yield}}
</p>
<a href="{{.RefLink}}" target="_new">{{.RefTitle}}</a>