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