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