This website requires JavaScript.
Explore
Help
Sign In
go-packages
/
iris
Watch
1
Star
0
Fork
0
You've already forked iris
mirror of
https://github.com/kataras/iris.git
synced
2025-01-24 19:21:03 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e09a7e32ed
iris
/
_examples
/
view
/
context-view-data
/
templates
/
index.html
8 lines
102 B
HTML
Raw
Normal View
History
Unescape
Escape
Update to version 8.5.5 Former-commit-id: b5be58709f17758a8df3ebc99270b97ccd8b18f2
2017-11-02 04:50:56 +01:00
<
h1
>
Title: {{.Title}}
<
/
h1
>
<
h3
>
{{.BodyMessage}}
<
/
h3
>
<
hr
/
>
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 06:53:57 +02:00
Current time: {{.CurrentTime}}
Reference in New Issue
Copy Permalink