forked from mirrors/hugo-tufte
13 lines
No EOL
295 B
HTML
13 lines
No EOL
295 B
HTML
{{ define "main" }}
|
|
truc
|
|
<div id="layout" class="pure-g">
|
|
<article class="pure-u-1">
|
|
{{ partial "brand.html" . }}
|
|
|
|
<section><h1 id="title">{{ .Title }}</h1></section>
|
|
<section>
|
|
{{ partial "footer.html" . }}
|
|
</section>
|
|
</article>
|
|
</div>
|
|
{{ end }} |