You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
334 B

<div class="detail-features">
<div class="features-grid">
{{#each extra.mapFeatures}}
<div data-feature="{{@key}}" class="feature">
<div class="fa fa-wrapper{{#if active}} active{{/if}}">
<i class="{{icon}}"></i>
</div>
<div class="feature-title">
{{title}}
</div>
</div>
{{/each}}
</div>
</div>