mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 19:00:34 -05:00
10 lines
No EOL
183 B
HTML
10 lines
No EOL
183 B
HTML
{{ define "main"}}
|
|
{{ partial "header.html" . }}
|
|
<!-- content -->
|
|
<main>
|
|
<div id="contentBody">
|
|
{{ .Content }}
|
|
</div>
|
|
</main>
|
|
{{ partial "footer.html" . }}
|
|
{{ end }} |