mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 21:58:33 +02:00
7 lines
69 B
HTML
7 lines
69 B
HTML
{{ define "main" }}
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
|
|
{{ end }}
|