9 lines
289 B
HTML
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 }}
|