{{ if standfirst }}
    <blockquote><p><em>{{ standfirst }}</em></p></blockquote>
{{ /if }}
{{ if coverImage}}
<figure>
    <img src={{ coverImage }}>
    {{ if coverCaption }}
        <figcaption>{{ coverCaption }}</figcaption>
    {{ /if }}
</figure>
{{ /if }}
{{ if article }}
   {{@ article }}
{{ /if }}