2016-01-20 11:23:35 +00:00
|
|
|
<wx:sub-section>
|
|
|
|
|
|
|
|
{{#> header-reading }}
|
|
|
|
{{> header-simple _title="READING" _section="reading" }}
|
|
|
|
{{/header-reading}}
|
|
|
|
|
|
|
|
{{#each r.reading}}
|
|
|
|
<wx:sub-section>
|
|
|
|
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00606071" wsp:rsidP="00E578D4">
|
|
|
|
<w:pPr>
|
|
|
|
<w:pStyle w:val="Heading2"/>
|
2016-01-23 13:04:52 +00:00
|
|
|
<!-- <w:tabs>
|
2016-01-20 11:23:35 +00:00
|
|
|
<w:tab w:val="right" w:pos="9360"/>
|
2016-01-23 13:04:52 +00:00
|
|
|
</w:tabs> -->
|
2016-01-20 11:23:35 +00:00
|
|
|
</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}}
|
2016-01-23 13:04:52 +00:00
|
|
|
<!-- <w:r wsp:rsidR="00EA0B64">
|
2016-01-20 11:23:35 +00:00
|
|
|
<w:tab/>
|
2016-01-23 13:04:52 +00:00
|
|
|
</w:r> -->
|
2016-01-20 11:23:35 +00:00
|
|
|
{{#if author}}
|
|
|
|
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
|
|
|
<w:t>, {{{ author }}}</w:t>
|
|
|
|
</w:r>
|
|
|
|
{{/if}}
|
|
|
|
</w:p>
|
|
|
|
{{#if summary}}
|
|
|
|
<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}}
|
|
|
|
|
|
|
|
{{#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}}
|
|
|
|
|
|
|
|
</wx:sub-section>
|
|
|
|
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
</wx:sub-section>
|