mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
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" . }}
|