2016-01-22 07:42:25 +00:00
|
|
|
<wx:sub-section>
|
|
|
|
|
|
|
|
{{#> header-interests }}
|
2016-01-24 04:21:56 +00:00
|
|
|
{{> header-simple _title="INTERESTS" _section="interests" }}
|
2016-01-22 07:42:25 +00:00
|
|
|
{{/header-interests}}
|
|
|
|
|
|
|
|
<wx:sub-section>
|
|
|
|
|
|
|
|
{{#each r.interests}}
|
|
|
|
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00606071" wsp:rsidP="00E578D4">
|
|
|
|
<w:pPr>
|
|
|
|
<w:pStyle w:val="Heading2"/>
|
|
|
|
<w:tabs>
|
|
|
|
<w:tab w:val="right" w:pos="9360"/>
|
|
|
|
</w:tabs>
|
|
|
|
</w:pPr>
|
|
|
|
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
|
|
|
<w:t>{{{ name }}}</w:t>
|
|
|
|
</w:r>
|
|
|
|
{{#if keywords}}
|
|
|
|
<w:r wsp:rsidR="00EA0B64">
|
|
|
|
<w:tab/>
|
|
|
|
</w:r>
|
|
|
|
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
2016-01-24 04:21:56 +00:00
|
|
|
<w:t>{{#each keywords}}{{#unless @first}}, {{/unless}}{{{ . }}}{{/each}}</w:t>
|
2016-01-22 07:42:25 +00:00
|
|
|
</w:r>
|
|
|
|
{{/if}}
|
|
|
|
</w:p>
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
</wx:sub-section>
|
|
|
|
</wx:sub-section>
|