mirror of
				https://github.com/JuanCanham/fresh-theme-bootstrap.git
				synced 2025-11-03 22:27:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			365 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{#section 'interests'}}
 | 
						|
<hr>
 | 
						|
<section class="row">
 | 
						|
  <h3 class="{{headerClass}}"><span class="fa fa-fw fa-heart"></span> {{{sectionTitle "Interests"}}}</h3>
 | 
						|
  <div class="{{contentClass}}">
 | 
						|
    {{#each r.interests}}
 | 
						|
      <h4>{{name}}</h4>
 | 
						|
      {{{summary}}}
 | 
						|
      {{#unless @last}}<div> </div>{{/unless}}
 | 
						|
    {{/each}}
 | 
						|
  </div>
 | 
						|
</section>
 | 
						|
{{/section}}
 |