{% extends "base.htm" %} {% block title %} {%if repo.getDescription %} {{repo.getDescription}} {%else%} {{repo.id}} {%endif%} {% endblock %} {% block content %}

{{repo.getDescription}}

edit

Paste #{{repo.id}}

{% for file in repo.getFiles %}
raw

{{file.getFilename}}

{{file.getHighlightedContent|raw}}
{% endfor %}
Delete
{% endblock %} {% block sidebar %} sidebar FIXME {% endblock %}