bobatheme/layouts/_default/single.html

5 lines
81 B
HTML
Raw Normal View History

2021-09-25 20:52:01 -05:00
{{ define "main" }}
2021-09-26 19:21:48 -05:00
<h1>{{ .Title | markdownify }}</h1>
2021-09-25 20:52:01 -05:00
{{ .Content }}
{{ end }}