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=5657379aa37d89e5f0fe3279995e547246538b4f;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