8 lines
177 B
Cheetah
8 lines
177 B
Cheetah
{{ define "bodyClass" }}post post-{{ .Slug }}{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<main class="max-80">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Body }}
|
|
</main>
|
|
{{ end }} |