{% extends "git_browse/base.html" %} {% block gitbrowse %} {% if contents %}

Blob sha1 hash

{{ hash }}

Size

{{ size|filesizeformat }}

Raw contents

{% if pretty_contents %}
{{ pretty_diff }}
{% else %} {% if contents %}
{{ contents|escape|wordwrap:80 }}
{% else %}No contents{% endif %} {% endif %} {% else %}

No such object: {{ hash }}

{% endif %} {% endblock %}