mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 04:47:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "recognition"}}
 | |
| <hr>
 | |
| <section id="awards">
 | |
|   <header>
 | |
|   <h2>{{{sectionTitle "recognition" "Awards"}}}</h2>
 | |
|   </header>
 | |
|   {{#> icon-recognition }}{{/icon-recognition}}
 | |
|   {{#each r.recognition}}
 | |
|     <h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
 | |
|     {{ summary }}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |