David Thurstenson
9ea510e106
Previous home: https://git.thurstylark.com/thurstylark/tlwiki/src/branch/master/layouts
11 lines
238 B
HTML
11 lines
238 B
HTML
{{ define "main" }}
|
|
<header class="content__header">
|
|
<h1>{{ .Title | markdownify }}</h1>
|
|
</header>
|
|
<div class="content__body">
|
|
{{ .Content }}
|
|
</div>
|
|
<footer class="content__footer"></footer>
|
|
{{ end }}
|
|
|