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

7 lines
134 B
HTML

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