summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: daa68934821a0f45cabd501e355bd9c3d798b381 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Front page</title>
</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.

{{ session }}
</body>
</html>
bgstack15