iris/_examples/mvc/controller-with-model-and-view/views/profile/notfound.html

13 lines
145 B
HTML
Raw Normal View History

<html>
<head>
<title>Not Found</title>
</head>
<body>
<p>
User with <b>{{.ID}}</b> doesn't exist!</b>
</p>
</body>
</html>