mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 14:41:51 +01:00
12 lines
196 B
HTML
12 lines
196 B
HTML
{{ partial "header" . }}
|
|
|
|
<main>
|
|
{{ if eq "Posts" $.Title }}
|
|
{{partial "post.html" .}}
|
|
{{else}}
|
|
{{ partial "project" . }}
|
|
{{end}}
|
|
</main>
|
|
|
|
{{ partial "footer.html" . }}
|