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