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