mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-27 07:16:09 +00:00
6 lines
100 B
HTML
6 lines
100 B
HTML
{{ define "main" }}
|
|
<article>
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }}
|