mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 11:47:58 +00:00
9 lines
195 B
HTML
9 lines
195 B
HTML
{{ define "main" }}
|
|
<h1>{{ .Title }}</h1>
|
|
{{ range .Pages }}
|
|
<article>
|
|
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
|
</article>
|
|
{{ end }}
|
|
{{ end }}
|