From: Kai Moritz Date: Tue, 3 Feb 2026 08:44:57 +0000 (+0100) Subject: Only valid HTML is rendered into the generated pages X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=e4e61b474c91e58e52260c2ea2b28aaa75cf1a5c;p=maven-thymeleaf-skin Only valid HTML is rendered into the generated pages - The *page title* is rendered inside a `

`-tag at the beginning of a generated page. This tag can be easily referenced from CSS and HTML by its `id`-attribute *sili-title*, or replaced with the help of `sed` in a post-processing script. - The *page body* is rendered insied a `
`-tag with the `id` *sili-body*. - The generated JSON, that captures the project meta-data and the site structure, is rendered insiede a ` #end