inkletblot-com-v3/layouts/home/single.html
2022-10-13 23:01:42 +10:30

11 lines
170 B
HTML

{{ define "main" }}
<main class="home">
<article class="home__content">
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
</article>
</main>
{{ end }}