{% extends "base.html" %} {% block body %}
{% for line in raw_source.split('\n') %}
{{ loop.index }}{% endfor %} |
{{ highlighted_source }} |