mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 19:48:01 +00:00
9 lines
145 B
HTML
9 lines
145 B
HTML
|
{{ define "main" }}
|
||
|
<article>
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
<div>
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
</article>
|
||
|
{{ end }}
|