mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-10 19:16:23 +00:00
bb7f328b05
Fixes #34.
27 lines
747 B
Handlebars
27 lines
747 B
Handlebars
{{#section "governance"}}
|
|
<hr>
|
|
<section id="governance">
|
|
{{#> header-governance }}
|
|
{{> header-icon _title="GOVERNANCE" _section="governance" _hdricon=(lookup . '_icon') }}
|
|
{{/header-governance}}
|
|
|
|
{{#each r.governance}}
|
|
{{#> body-governance }}
|
|
<div>
|
|
<h3>{{#if position}}<em>{{ position }}</em>,
|
|
{{/if}}{{#if url }}
|
|
<a href="{{{ url }}}">{{ organization }}</a>
|
|
{{else}}
|
|
{{ organization }}
|
|
{{/if}}
|
|
</h3>
|
|
<span class="tenure">{{dateRange .}}</span>
|
|
<p>{{{ summary }}}</p>
|
|
{{> highlights }}
|
|
{{#if keywords}}<span class="keywords">{{#each keywords}}{{{ . }}} {{/each}}</span>{{/if}}
|
|
</div>
|
|
{{/body-governance}}
|
|
{{/each}}
|
|
</section>
|
|
{{/section}}
|