Inline static strings in welcome

This commit is contained in:
Simon Bruder 2023-11-15 17:09:39 +01:00
parent 1320de9f3c
commit bc7bc6345d
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -6,9 +6,8 @@
<body> <body>
<section layout:fragment="content"> <section layout:fragment="content">
<!--<h1 th:text="#{welcome.title}">Welcome!</h1>--> <p>Hier bekommen Sie übrigens nicht nur Wurst.</p>
<p th:text="'Hier bekommen Sie übrigens nicht nur Wurst.'"></p> <p>Test: (äöüß)</p>
<p th:text="'Test: (äöüß)'"
</section> </section>
</body> </body>