12 lines
196 B
HTML
Raw Normal View History

2020-02-26 15:48:48 +01:00
{{ partial "header" . }}
<main>
2020-03-06 17:20:22 +01:00
{{ if eq "Posts" $.Title }}
{{partial "post.html" .}}
{{else}}
{{ partial "project" . }}
{{end}}
2020-02-26 15:48:48 +01:00
</main>
{{ partial "footer.html" . }}