codereview/templates/browser/log.html

10 lines
191 B
HTML
Raw Normal View History

2010-11-19 05:12:29 +00:00
{% extends "layouts/default.html" %}
2010-11-22 05:48:29 +00:00
{% block navigation %}
{% include "browser/navigation.html" %}
{% endblock %}
2010-11-19 05:12:29 +00:00
{% block content %}
2010-11-22 20:12:09 +00:00
{% include "browser/commitlog.html" %}
2010-11-19 05:12:29 +00:00
{% endblock %}