mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			583 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			583 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "service"}}
 | |
| <hr>
 | |
| <section id="service">
 | |
|   {{#> header-samples }}
 | |
|     {{> header-icon _title="SERVICE" _section="service" _hdricon=(lookup . '_icon') }}
 | |
|   {{/header-samples}}
 | |
|   {{#each r.service.history}}
 | |
|     {{#> body-service }}
 | |
|     <div>
 | |
|     <h3><em>{{ position }}</em>,
 | |
|       {{#if url}}
 | |
|       <a href="{{{ url }}}">{{ organization }}</a>
 | |
|       {{else}}
 | |
|       {{ organization }}
 | |
|       {{/if}}
 | |
|     </h3>
 | |
|     <span class="tenure">{{dateRange .}}</span>
 | |
|     <p>{{{ summary }}}</p>
 | |
|     {{> highlights }}
 | |
|     </div>
 | |
|     {{/body-service }}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |