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

13 lines
154 B
HTML
Raw Normal View History

<html>
<head>
<title>My Profile</title>
</head>
<body>
<p>
This is the current's user imaginary profile space.
</p>
</body>
</html>