{% extends "base.html" %} {% block title %}View: {{ path }} — {{ slug }}{% endblock %} {% block content %}

← {{ slug }}  /  {{ path }}

{% for i in range(num_lines) %} {% endfor %}
{{ i + 1 }}
{{ lines[i] }}
{% if highlight %} {% endif %} {% endblock %}