You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{{define "head"}}
|
|
{{ partial "head.html" . }}
|
|
{{end}}
|
|
|
|
{{define "main"}}
|
|
<!-- Main Page -->
|
|
<div class="singlePage">
|
|
{{.Content}}
|
|
|
|
<!-- Contact Info -->
|
|
<div class="lt-centre">
|
|
{{partial "footer.html" .}}
|
|
</div>
|
|
</div>
|
|
{{end}} |