Newer
Older
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Location Data</title>
</head>
<body>
<div>
<ul th:each="locations:${location}">
<li th:text="${locations}"></li>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Location Data</title>
</head>
<body>
<div>
<ul th:each="locations:${location}">
<li th:text="${locations}"></li>