11 lines
215 B
HTML
11 lines
215 B
HTML
{{ define "main" }}
|
|
{{ partial "logo_with_button" . }}
|
|
<section class="wrapper style1 align-left">
|
|
<div class="inner">
|
|
<h2>{{ .Title }}</h2>
|
|
{{ .Content }}
|
|
</div>
|
|
</section>
|
|
{{ partial "footer" . }}
|
|
{{ end }}
|