18 lines
244 B
HTML
18 lines
244 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{{ head }}
|
|
<body>
|
|
<div id="frame">
|
|
{{ header }}
|
|
{{ cases }}
|
|
<div id="content">
|
|
{{ description }}
|
|
{{ upcoming }}
|
|
{{ previous }}
|
|
{{ reading }}
|
|
{{ misc }}
|
|
</div>
|
|
{{ footer }}
|
|
</div>
|
|
</body>
|
|
</html> |