{% for key, f in files %}
{% if f.path == file.path %} {{ f.sourcePath }} {% else %}
{{ f.sourcePath }}
{% endif %}
{% endfor %}
{{ file.sourcePath }}
{% for record in file.content %} {% if record.tags %} {% for tag in record.tags %} @{{ tag.type }} - {{ tag.string }}
{% endfor %}
{% endif %} {% if record.code %}
{{ record.code }}
{% endif %} {% endfor %}