mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 12:57:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			376 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			376 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "testimonials"}}
 | |
| <hr>
 | |
| <section id="testimonials">
 | |
|   {{#> header-testimonials }}
 | |
|     {{> header-simple _title="TESTIMONIALS" _section="testimonials" }}
 | |
|     {{#> icon-testimonials }}{{/icon-testimonials}}
 | |
|   {{/header-testimonials}}
 | |
|   {{#each r.testimonials}}
 | |
|     <div>
 | |
|     <h3><em>{{ name }}</em></h3>
 | |
|     {{{ quote }}}
 | |
|     </div>
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |