2023-11-22 23:47:45 +03:00
|
|
|
{{ define "main" }}
|
2023-12-02 23:16:25 +03:00
|
|
|
<section class="page">
|
|
|
|
{{ partial "sections/contacts.html" . }}
|
|
|
|
{{ partial "sections/education.html" . }}
|
|
|
|
{{ partial "sections/experience.html" . }}
|
|
|
|
{{ partial "sections/projects.html" . }}
|
|
|
|
{{ partial "sections/skills.html" . }}
|
|
|
|
</section>
|
2023-11-22 23:47:45 +03:00
|
|
|
{{ end }}
|