13 lines
203 B
HTML
13 lines
203 B
HTML
|
{{ define "main" }}
|
||
|
|
||
|
{{ partial "hero.html" . }}
|
||
|
|
||
|
{{ partial "aboutSection.html" . }}
|
||
|
|
||
|
{{ partial "programm" . }}
|
||
|
|
||
|
{{ partial "testimonialSection.html" . }}
|
||
|
|
||
|
{{ partial "blogSection.html" . }}
|
||
|
|
||
|
{{ end }}
|