mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			564 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			564 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section 'samples'}}
 | |
| <hr>
 | |
| <section id="samples">
 | |
|   <header>
 | |
|   <h2>{{{sectionTitle "Samples"}}}</h2>
 | |
|   {{#> icon-samples }}{{/icon-samples}}
 | |
|   </header>
 | |
|   {{#each r.samples}}
 | |
|     <div>
 | |
|     <h3>
 | |
|     {{#if url}}
 | |
|     <a href="{{{ url }}}">{{ title }}</a>
 | |
|     {{else}}
 | |
|     {{ title }}
 | |
|     {{/if}}
 | |
|     <span class="tenure">{{formatDate safe.date 'YYYY-MM'}}</span></h3>
 | |
|     {{{ summary }}}
 | |
|     {{#if highlights}}
 | |
|       <ul>
 | |
|       {{#each highlights}}
 | |
|         <li>{{{ this }}}</li>
 | |
|       {{/each}}
 | |
|       </ul>
 | |
|     {{/if}}
 | |
|     </div>
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |