{% set page_name = 'paste' %} {% extends 'layouts/text.html' %} {% block extra_head %} {% endblock %} {% block info %} {{num_lines(text)}} {{'line'|pluralize(num_lines(text))}} of {{highlighter.name}} {% endblock %} {% block highlight_start %} {% endblock %} {% block text %}
{% for i in range(1, num_lines(text) + 1) %} {{i}} {% endfor %}
{{highlighter.highlight(text)|safe}}
{% endblock %} {% block extra_toolbar %} {% endblock %} {% block inline_js %} {% endblock %}