18 lines
244 B
HTML
Raw Permalink Normal View History

2025-09-21 06:54:25 +02:00
<!DOCTYPE html>
<html>
{{ head }}
<body>
<div id="frame">
{{ header }}
{{ cases }}
<div id="content">
{{ description }}
{{ upcoming }}
{{ previous }}
{{ reading }}
{{ misc }}
</div>
{{ footer }}
</div>
</body>
</html>