mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 04:47:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			389 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			389 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{#section "references"}}
 | |
| <hr>
 | |
| <section id="references">
 | |
|   {{#> header-references }}
 | |
|     {{> header-icon _title="REFERENCES" _section="references" _hdricon=(lookup . '_icon') }}
 | |
|   {{/header-references}}
 | |
|   {{#each r.references}}
 | |
|     {{#> body-references }}
 | |
|     <div>
 | |
|     <h3><em>{{ name }}</em></h3>
 | |
|     {{ summary }}
 | |
|     </div>
 | |
|     {{/body-references}}
 | |
|   {{/each}}
 | |
| </section>
 | |
| {{/section}}
 |