iris/_examples/overview/views/users/profile.html
2017-07-10 18:32:42 +03:00

8 lines
143 B
HTML

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