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