inkletblot-com-v3/layouts/me/single.html

7 lines
142 B
HTML

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