From 5657379aa37d89e5f0fe3279995e547246538b4f Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 3 Feb 2026 09:44:57 +0100 Subject: [PATCH] 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 -- 2.39.5