mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 12:57:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			553 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			553 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "writing"}}
 | |
| <hr>
 | |
| <section id="writing">
 | |
|   {{#> header-writing }}
 | |
|     {{> header-icon _title="WRITING" _section="writing" _hdricon=(lookup . '_icon') }}
 | |
|   {{/header-writing}}
 | |
|   {{#each r.writing }}
 | |
|     {{#> body-writing }}
 | |
|     <div>
 | |
|     <h3><em>{{#if url}}<a href="{{{ url }}}">{{{ title }}}</a>{{else}}{{{ title }}}{{/if}}</em>,
 | |
|       {{ publisher.name }}</h3>
 | |
|       <span class="tenure">{{formatDate safe.date 'YYYY'}}</span>
 | |
|       {{{ summary }}}
 | |
|       {{> highlights }}
 | |
|     </div>
 | |
|     {{/body-writing}}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |