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