1
0
hugos-resume/layouts/index.html

9 lines
250 B
HTML
Raw Normal View History

2023-11-22 23:47:45 +03:00
{{ define "main" }}
2023-11-29 23:31:47 +03:00
<page>
{{ partial "body/contacts.html" . }}
{{ partial "body/education.html" . }}
{{ partial "body/experience.html" . }}
{{ partial "body/projects.html" . }}
{{ partial "body/skills.html" . }}
</page>
2023-11-22 23:47:45 +03:00
{{ end }}