Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
UserData.html 225 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>User Information</title>
</head>
<body>
<div>
<ul th:each="user:${users}">
<li th:text="${user}"></li>
</ul>
</div>
</body>
</html>