Files
praxis-page/templates/index.html
T
2026-05-20 22:26:25 +02:00

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>