You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
593 B
21 lines
593 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="header">
|
|
{{- partial "header.html" . -}}
|
|
</div>
|
|
<div id="content" class="pure-g">
|
|
<div class="pure-u-1-5"></div>
|
|
<div class="pure-u-3-5">
|
|
{{- block "main" . }}{{- end }}
|
|
</div>
|
|
<div class="pure-u-1-5"></div>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
{{- partial "footer.html" . -}}
|
|
</div>
|
|
</body>
|
|
</html>
|