mirror of
https://github.com/jointakahe/jointakahe
synced 2025-02-15 18:20:38 +01:00
5 lines
75 B
HTML
5 lines
75 B
HTML
{{ define "main" }}
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
{{ end }}
|