{%- if node.content -%}

{%- for item in node.content -%} {%- with template=item.type + '.html', node=item -%} {%- include template -%} {%- endwith -%} {%- endfor -%}

{%- endif -%}