iris/_examples/intermediate/view/context-view-data/templates/index.html
Gerasimos (Makis) Maropoulos 57576c70cb context.ViewData(key,value) and ViewLayout(layout) http://support.iris-go.com/d/27-using-middleware-to-inject-properties-for-templates/3
Nothing that you couldn't do before.


Former-commit-id: 658ec25d8045d25a76f87c8f992e67e64006e287
2017-03-28 07:53:57 +03:00

8 lines
95 B
HTML

<h1>
Title: {{.Title}}
</h1>
<h3>{{.BodyMessage}} </h3>
<hr/>
Current time: {{.CurrentTime}}