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

Object sha1 hash

{{ hash }}

Size

{{ size|filesizeformat }}

Type

"{{ type }}"

Raw Description

{{ contents }}
{% else %}

No such object: {{ hash }}

{% endif %} {% endblock %}