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

Object sha1 hash: {{ hash }}
Size: {{ size }} kB
Type: "{{ type }}"

{{ contents }}
{% else %}

No such object: {{ hash }}

{% endif %} {% endblock %}