mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 04:47:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			314 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			314 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "education"}}
 | |
| <hr>
 | |
| <section id="education">
 | |
|   <header>
 | |
|     <h2>{{{sectionTitle "Education"}}}</h2>
 | |
|   </header>
 | |
|   {{#> icon-education }}{{/icon-education}}
 | |
|   {{#each r.education.history}}
 | |
|     <h3>{{{ institution }}}</h3>
 | |
|     <span class="tenure">{{dateRange .}}<span>
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |