finance-analyzer/src/main/resources/templates/fragments/page_title.html

3 lines
106 B
HTML

<div class="page-header" xmlns:th="http://www.thymeleaf.org">
<h1 th:text="${title}">Title</h1>
</div>