Greeting

PHOTO EMBED

Sun Jan 17 2021 22:58:55 GMT+0000 (Coordinated Universal Time)

Saved by @delitescere

<!DOCTYPE html>
<html lang="${lang}"
      xmlns="http://www.w3.org/1999/xhtml"
      data-th-lang="${lang}" data-th-with="lang=${#locale.language}">
<head data-th-replace="~{fragments/html-head :: html-head}"></head>
<head>
    <title>Greetings</title>
</head>
<body>
<h1>The Greeting Page</h1>
<turbo-frame id="greeting_frame">
    <p><span id="hello">Hello</span>,
        <span id="person">[[${person}]]</span>!</p>
</turbo-frame>
</body>
</html>
content_copyCOPY