git @ Cat's Eye Technologies klaus / master klaus / templates / history.html
master

Tree @master (Download .tar.gz)

history.html @masterraw · history · blame

{% extends 'base.html' %}

{% block title %}
  History of
  {% if path %}{{ path }} - {% endif %}
  {{ super() }}
{% endblock %}

{% block content %}

{% include 'tree.inc.html' %}

<div>
{% include 'history.inc.html' %}
</div>

{% endblock %}