zeroclickinfo-goodies/share/goodie/cheat_sheets/detail.handlebars

21 lines
834 B
Handlebars

<h3 class="c-base__title">{{name}}</h3>
<h4 class="c-base__sub">{{description}}</h4>
<div class="cheatsheet__container compressed" >
{{#cheatsheets_ordered sections section_order template_type}}
<div class="cheatsheet__section {{template.type}}{{#if showhide}} showhide is-hidden {{/if}}">
<h6 class="cheatsheet__title tx-clr--slate">{{name}}</h6>
{{{include template.path}}}
</div>
{{/cheatsheets_ordered}}
</div>
<div class="cheatsheet__footer c-list__links">
<a class="c-list__link chomp--link {{#if metadata.sourceUrl}}sep--after{{/if}} can-expand">
<i class="chomp--link__icn"></i>
<span class="chomp--link__mr">Show More</span>
<span class="chomp--link__ls">Show Less</span>
</a>
<span>{{{moreAt metadata 'none' className="c-list__link"}}}</span>
</div>