f8b02895b8
! This is also a test for a future layout for the e-begging page but whateves
17 lines
376 B
HTML
17 lines
376 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
<div id="layout">
|
|
{{- partial "header.html" . -}}
|
|
<div id="main">
|
|
<div class="content">
|
|
{{- block "main" . -}}{{- end -}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
</html>
|
|
|