733d7fea61
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
193 B
HTML
9 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head><meta charset="utf-8"><title>{{ config.title }}</title></head>
|
|
<body>
|
|
<h1>{{ config.title }}</h1>
|
|
<p>{{ section.content | safe }}</p>
|
|
</body>
|
|
</html>
|