{{#data}} {{#meta.basepath}}{{/meta.basepath}}
{{#blocks}}
{{#blockColumns}} {{! add 20px in height for parent padding to keep actual specified blockHeight size }}
{{#blockItems}}
{{! IMAGE ITEM }} {{#typeIsImage}}
{{#section}}
{{{name}}}
{{/section}}
{{{headline}}}
{{#lead}}
{{{lead}}}
{{/lead}}
{{/typeIsImage}} {{! END IMAGE ITEM }} {{! STANDARD ITEM }} {{#typeIsStandard}}
{{#image}} {{#image.hash}}
{{/image.hash}} {{/image}}
{{{headline}}}
{{#lead}}
{{{lead}}}
{{/lead}}
{{#section}}
{{{name}}}
{{/section}}
{{/typeIsStandard}} {{! END STANDARD ITEM }} {{! TEXT ITEM }} {{#typeIsText}}
{{{headline}}}
{{/typeIsText}} {{! END TEXT ITEM }} {{! DATE ITEM }} {{#typeIsDate}}
{{#includedMeta.issueDate}}
{{weekday}}
{{day}}
{{month}}
{{/includedMeta.issueDate}}
{{/typeIsDate}} {{! END DATE ITEM }} {{! LOGO ITEM }} {{#typeIsLogo}} {{/typeIsLogo}} {{! END LOGO ITEM }} {{! VIDEO ITEM }} {{#typeIsLegacyVideo}}
{{#image}}
{{{headline}}}
{{/image}}
{{/typeIsLegacyVideo}} {{! END VIDEO ITEM }} {{! LIST ITEM }} {{#typeIsList}}
{{#items}}
{{number}}
{{{headline}}}
{{/items}}
{{/typeIsList}} {{! END LIST ITEM }}
{{/blockItems}}
{{/blockColumns}}
{{/blocks}}
{{/data}}