codereview/templates/browser/log.html
2010-11-22 15:12:09 -05:00

9 lines
191 B
HTML

{% extends "layouts/default.html" %}
{% block navigation %}
{% include "browser/navigation.html" %}
{% endblock %}
{% block content %}
{% include "browser/commitlog.html" %}
{% endblock %}