<!DOCTYPE html>
<html lang="en">
{{ template "head" . }}
<body>
{{ template "header" . }}
<main>
<div>
{{ .data }}
<p>
<code>mod time: {{ .modTimestamp }}</code>
</p>
</div>
</main>
{{ template "footer" . }}
</body>
</html>