{# Be aware that we need these extra new lines here or marked will not realize that the
is HTML and wrap each line in a

- thus breaking the HTML #}

{% for fileName, file in doc.example.files %}
{% code -%} {$ file.fileContents $} {%- endcode %}
{% endfor %}
{# Be aware that we need these extra new lines here or marked will not realize that the
above is HTML and wrap each line in a

- thus breaking the HTML #}