mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			414 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			414 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "testimonials"}}
 | |
| <hr>
 | |
| <section id="testimonials">
 | |
|   {{#> header-testimonials }}
 | |
|     {{> header-icon _title="TESTIMONIALS" _section="testimonials" _hdricon=(lookup . '_icon') }}
 | |
|   {{/header-testimonials}}
 | |
|   {{#each r.testimonials}}
 | |
|     {{#> body-testimonials }}
 | |
|     <div>
 | |
|     <h3><em>{{ name }}</em></h3>
 | |
|     <p>{{{ quote }}}</p>
 | |
|     </div>
 | |
|     {{/body-testimonials}}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |