1
0
hugos-resume/layouts/index.html

9 lines
289 B
HTML

{{ define "main" }}
<section class="page">
{{ partial "sections/contacts.html" . }}
{{ partial "sections/education.html" . }}
{{ partial "sections/experience.html" . }}
{{ partial "sections/projects.html" . }}
{{ partial "sections/skills.html" . }}
</section>
{{ end }}