iris/_examples/routing/overview-2/views/user/profile.html

8 lines
143 B
HTML
Raw Normal View History

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