mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
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>
|