{%- include "_header.html" %} {% set lines = length(source.split('\n')) %}
{% for ln in range(1, lines) %}

{{ ln }}:

{% endfor %}
{{ source }}
{% include "_footer.html" -%}