Files
dd-weekend/layouts/partials/body.html
T

10 lines
270 B
HTML

<body {{ if .Params.ShowHero }}class="hero"{{ end }}>
{{ partial "navigation.html" . }}
{{ if .Params.ShowHero }}
{{ partial "hero.html" . }}
{{ end }}
<div id="content">
{{ .Content }}
</div>
{{ partial "footer.html" . }}
</body>