6 lines
89 B
HTML
Raw Normal View History

2022-10-29 06:08:38 +03:00
{{ define "main" }}
<h1>{{ .Title }}</h1>
<content>
{{ .Content }}
</content>
{{ end }}