11 lines
162 B
HTML
11 lines
162 B
HTML
{{ define "main" }}
|
|
|
|
{{ if .Title }}
|
|
<h1 class="main-title">{{ .Title }}</h1>
|
|
{{ end }}
|
|
|
|
<section id="homepage-content">
|
|
{{ .Content }}
|
|
</section>
|
|
|
|
{{ end }}
|