scim_app/scim_app/templates/index.html

15 lines
154 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>SCIM app</title>
</head>
<body>
Hallo!
<pre>
{{ user }}
</pre>
</body>
</html>