{{ if image }}
<figure>
<img src="{{ image.src }}" alt="{{ image.alt }}">
</figure>
{{ /if }}
{{ if abstracts }}
<backquote>
{{@ abstracts }}
</backquote>
{{ if description }}
{{@ description }}