mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
12 lines
101 B
HTML
12 lines
101 B
HTML
{{ define "main" }}
|
|
|
|
<article>
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
{{ .Content }}
|
|
|
|
</article>
|
|
|
|
{{ end }}
|