{% if heading %}

{{ heading }}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if heading || description %}
{% endif %} {% if exampleCode %}
Example
{{ exampleCode }}
{% endif %} {% if subsections %} {% for subsection in subsections %} {% if subsection.heading %}

{{ subsection.heading }}

{% endif %} {% if subsection.description %}

{{ subsection.description }}

{% endif %} {% if subsection.exampleCode %}
Example
{{ subsection.exampleCode }}
{% endif %} {% endfor %} {% endif %}