mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 04:47:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			498 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			498 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "recognition"}}
 | |
| <hr>
 | |
| <section id="recognition">
 | |
|   {{#> header-recognition }}
 | |
|     {{> header-icon _title="RECOGNITION" _section="recognition" _hdricon=(lookup . '_icon') }}
 | |
|   {{/header-recognition}}
 | |
|   {{#each r.recognition}}
 | |
|     {{#> body-recognition }}
 | |
|     <div>
 | |
|     <h3><em>{{ title }}</em>, {{ from }}</h3>
 | |
|     <span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
 | |
|     {{ summary }}
 | |
|     {{> highlights }}
 | |
|     </div>
 | |
|     {{/body-recognition}}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |