xiv.zone/themes/mytheme/layouts/_default/bare.html

19 lines
210 B
HTML
Raw Normal View History

2022-04-08 20:41:15 -04:00
{{ partial "head.html" . }}
<div id="center-wrapper">
{{ partial "header.html" . }}
<div id="wrapper">
<main>
<h2>{{ .Title }}</h2>
{{ .Content }}
</main>
</div>
</div>
</html>