2 <html xmlns:th="http://www.thymeleaf.org" th:replace="~{layout :: pagelayout(~{:: title}, ~{:: h1}, ~{:: div.card-text})}">
5 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10 <div class="card-text">
12 <li th:each="site : ${sites}">
13 <a href="#" th:href="'/' + ${site}" th:text="${site}">SITE</a>
17 <div class="card-text">
20 This page links to the pages, that are served by the dynamically created beans.