12 lines
No EOL
307 B
HTML
12 lines
No EOL
307 B
HTML
{{ define "main" }}
|
|
|
|
<header>
|
|
<h1>{{ $.Site.Title }}</h1>
|
|
{{- if $.Site.Params.theme_config.show_description -}}
|
|
<p>{{ $.Site.Params.description }}</p>
|
|
{{- end -}}
|
|
</header>
|
|
{{ .Content }}
|
|
{{ partial "menu_item.html" (dict "context" . "collection" $.Site.Data.menu.entries) }}
|
|
|
|
{{ end }} |