mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 12:57:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			504 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			504 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "education"}}
 | |
| <hr>
 | |
| <section id="education">
 | |
|   {{#> header-education }}
 | |
|     {{> header-icon _title="EDUCATION" _section="education" _hdricon=(lookup . '_icon') }}
 | |
|   {{/header-education}}
 | |
|   {{#each r.education.history}}
 | |
|     {{#> body-education }}
 | |
|     <div>
 | |
|     <h3>{{#if title}}<em>{{{ title }}}</em>, {{/if}}{{{ institution }}}</h3>
 | |
|     <span class="tenure">{{dateRange .}}</span>
 | |
|     {{{ summary }}}
 | |
|     {{> highlights }}
 | |
|     </div>
 | |
|     {{/body-education}}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |