{{- context.set('first_paragraph', 1) -}} {%- for el in article.children -%} {%- if el.tag == 'ArticleCaption' -%} {%- elif el.tag == 'ArticleTitle' -%} {%- elif el.tag == 'Paragraph' -%} {{- m_paragraph_item(el, article, context.get('first_paragraph')) -}} {{- context.set('first_paragraph', 0) -}} {%- else -%} {{- m_element(el) -}} {%- endif -%} {%- endfor -%}