mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 03:37:59 +00:00
8 lines
85 B
HTML
8 lines
85 B
HTML
{{ define "main" }}
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
<div>
|
|
{{ .Content }}
|
|
</div>
|
|
{{ end }}
|