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