{{ 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 %}