iris/_examples/mvc/login/web/views/user/me.html
Gerasimos (Makis) Maropoulos 32d14db46d Update the _examples/mvc/login example - add a Path property at mvc.Response and add a context.Proceed helper function
Former-commit-id: b898901fe4a324e888a6e09c93530cf7a551cf2a
2017-10-12 16:28:41 +03:00

3 lines
63 B
HTML

<p>
Welcome back <strong>{{.User.Firstname}}</strong>!
</p>