Skip to content
Snippets Groups Projects
locationData.html 235 B
Newer Older
Rhys Nute's avatar
Rhys Nute committed
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Location Data</title>
</head>
<body>
<div>
Rhys Nute's avatar
Rhys Nute committed
    <ul th:each="locations:${location}">
        <li th:text="${locations}"></li>
Rhys Nute's avatar
Rhys Nute committed
    </ul>
</div>
</body>
</html>