Let's say we use such a data class to represent books in an online library:
data class Book(val title: String)
What should be substituted instead of a colon to display book data on the page?
<html lang="en", xmlns:th="http://www.thymeleaf.org">
<body>
<h1 ... ></h1>
</body>
</html>