forked from Git/hugo-story
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- Items -->
 | 
						|
<section class="wrapper style1 align-center" id="management-team">
 | 
						|
    <div class="inner">
 | 
						|
        {{ with .title }}<h1>{{ . }}</h1>{{ end }}
 | 
						|
        {{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }}
 | 
						|
        <div class="items {{ .style }}">
 | 
						|
            {{ range .items }}
 | 
						|
                {{ partial "item" . }}
 | 
						|
            {{ end }}
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</section> |