keycloak-collective-portal/templates/index.html

9 lines
125 B
HTML

<html>
<head>
<title>Home</title>
</head>
<body>
<p>Hello, {{ user.preferred_username }}</p>
</body>
</html>