5 lines
79 B
HTML
5 lines
79 B
HTML
|
{{ define "main" }}
|
||
|
{{ .Content }}
|
||
|
{{- partial "projects.html" . -}}
|
||
|
{{ end }}
|