19 lines
330 B
HTML
19 lines
330 B
HTML
{{ define "main" }}
|
|
|
|
{{ partial "hero.html" . }}
|
|
|
|
{{ partial "aboutSection.html" . }}
|
|
|
|
{{ partial "serviceSection.html" . }}
|
|
|
|
{{ partial "portfolioSection.html" . }}
|
|
|
|
{{ partial "resumeSection.html" . }}
|
|
|
|
{{ partial "skillSection.html" . }}
|
|
|
|
{{ partial "testimonialSection.html" . }}
|
|
|
|
{{ partial "blogSection.html" . }}
|
|
|
|
{{ end }} |