summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 27b3a7efe4d51cd6ea4be3b5b4e175280e4c9fc9 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Front page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
Welcome to this sample application! To access protected pages you need to <a href="/login/">log in</a>. Accepted methods are kerberos and ldap.
<p>{{ session }}
</body>
</html>
bgstack15