forked from mirrors/hugo-tufte
10 lines
179 B
HTML
10 lines
179 B
HTML
{{ partial "header.html" . }}
|
|
{{ partial "subheader.html" . }}
|
|
|
|
<section id="main">
|
|
<div>
|
|
<h1 id="title">{{ .Title }}</h1>
|
|
</div>
|
|
</section>
|
|
|
|
{{ partial "footer.html" . }}
|