{% extends "git_wiki/base.html" %} {% block path %}{{ block.super }} » {{ tree.path }}{% endblock %} {% block title %}Knowledge Category: {{ tree.path }}{% endblock %} {% block gitwiki %}

Directory listing:

{% include "git_wiki/tree_table" %}

Tree sha1 hash:

{{ tree.id }}

Shortlog:

{% include "git_wiki/shortlog_table" %} {% endblock %}