{% for file in files %}
{% for line in file.lineRange %} {{ line+1 }} {% endfor %}
{{ file.content | safe }}
{% if repoUrl %}repository | {% endif %} view raw
{{ file.fileName }} brought to you by Gistfy
{% endfor %}