mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "education"}}
 | |
| <hr>
 | |
| <section id="education">
 | |
|   <header>
 | |
|     <h2>{{{sectionTitle "Education"}}}</h2>
 | |
|     {{#> icon-education }}{{/icon-education}}
 | |
|   </header>
 | |
|   {{#each r.education.history}}
 | |
|     <div>
 | |
|     <h3>{{{ institution }}}</h3>
 | |
|     <span class="tenure">{{dateRange .}}</span>
 | |
|     </div>
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |