1
0
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.

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 }}