mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
4a63488948
https://github.com/kataras/iris/blob/master/HISTORY.md#th-26-october-2017--v854 Former-commit-id: 43a3b46b99085e0e0ed47b281e2f61dbb1ac6eb6
8 lines
143 B
HTML
8 lines
143 B
HTML
<html>
|
|
<head><title>Profile page</title></head>
|
|
<body>
|
|
<h1> Profile </h1>
|
|
<b> {{ .Username }} </b>
|
|
</body>
|
|
</html>
|