This repository has been archived on 2024-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
resume/layouts/index.html
2023-12-06 22:56:56 +03:00

9 lines
289 B
HTML

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