This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
{{ partial "head" . }}
|
|
<body id="top">
|
|
{{ partial "header" . }}
|
|
|
|
{{ "<!-- Main -->" | safeHTML }}
|
|
<div id="main">
|
|
{{ block "main" . }}{{ end }}
|
|
</div>
|
|
|
|
{{ partial "footer" . }}
|
|
</body>
|
|
</html>
|