iris/_examples/overview/views/user/profile.html
Gerasimos (Makis) Maropoulos 4a63488948 Update to version 8.5.4 | Read HISTORY.md
https://github.com/kataras/iris/blob/master/HISTORY.md#th-26-october-2017--v854

Former-commit-id: 43a3b46b99085e0e0ed47b281e2f61dbb1ac6eb6
2017-10-26 02:48:16 +03:00

8 lines
143 B
HTML

<html>
<head><title>Profile page</title></head>
<body>
<h1> Profile </h1>
<b> {{ .Username }} </b>
</body>
</html>