mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-10 19:16:23 +00:00
01cfdb00e0
Make sure partials use either the {{date}} or {{dateRange}} helpers.
71 lines
1.7 KiB
Handlebars
71 lines
1.7 KiB
Handlebars
<wx:sub-section>
|
|
|
|
{{#> header-recognition }}
|
|
{{> header-simple _title="RECOGNITION" _section="recognition" }}
|
|
{{/header-recognition}}
|
|
|
|
{{#each r.recognition}}
|
|
|
|
<wx:sub-section>
|
|
<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>
|
|
{{#if url}}<w:hlink w:dest="{{{ url }}}">{{/if}}
|
|
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
|
{{#if url}}
|
|
<w:rPr>
|
|
<w:rStyle w:val="Hyperlink"/>
|
|
</w:rPr>
|
|
{{/if}}
|
|
<w:t>{{ title }}</w:t>
|
|
</w:r>
|
|
{{#if url}}</w:hlink>{{/if}}
|
|
<w:r wsp:rsidR="00EA0B64">
|
|
<w:tab/>
|
|
</w:r>
|
|
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
|
<w:rPr>
|
|
<w:rStyle w:val="FromTo"/>
|
|
</w:rPr>
|
|
<w:t>{{date date}}</w:t>
|
|
</w:r>
|
|
</w:p>
|
|
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00C146CA">
|
|
<w:pPr>
|
|
<w:rPr>
|
|
<w:sz-cs w:val="20"/>
|
|
</w:rPr>
|
|
</w:pPr>
|
|
{{{wpml summary true }}}
|
|
</w:p>
|
|
|
|
{{#if highlights}}
|
|
{{#each highlights }}
|
|
<w:p wsp:rsidR="00C146CA" wsp:rsidRDefault="009452CA" wsp:rsidP="00C146CA">
|
|
<w:pPr>
|
|
<w:pStyle w:val="ListParagraph"/>
|
|
<w:listPr>
|
|
<w:ilvl w:val="0"/>
|
|
<w:ilfo w:val="1"/>
|
|
<wx:t wx:val="•"/>
|
|
<wx:font wx:val="Calibri"/>
|
|
</w:listPr>
|
|
<w:rPr>
|
|
<w:sz-cs w:val="20"/>
|
|
</w:rPr>
|
|
</w:pPr>
|
|
{{{wpml this true}}}
|
|
</w:p>
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
</wx:sub-section>
|
|
|
|
{{/each}}
|
|
|
|
</wx:sub-section>
|