{%- if node.attrs.start -%}
    {%- else -%}
      {%- endif -%} {%- for item in node.content -%} {%- set template_name = get_snake_case(item.type + '.html') -%} {%- with template=template_name, node=item -%} {%- include template -%} {%- endwith -%} {%- endfor -%}