hugo-tufte/layouts/404.html

11 lines
179 B
HTML
Raw Normal View History

2015-12-30 03:35:20 +01:00
{{ partial "header.html" . }}
{{ partial "subheader.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
</div>
</section>
{{ partial "footer.html" . }}