Auth: registration/login/logout/whoami
diff --git a/core/auth/ui/templates/whoami.html b/core/auth/ui/templates/whoami.html
new file mode 100644
index 0000000..58a007b
--- /dev/null
+++ b/core/auth/ui/templates/whoami.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8" />
+    <title>Create New Account</title>
+</head>
+<body>
+    <a href="/">whoami</a>
+    <a href="/login">login</a>
+    <a href="/logout">logout</a>
+    <a href="/registration">registration</a><br/>
+    Hello {{.}}!
+</body>
+</html>
+