mirror of
https://github.com/correl/codereview.git
synced 2024-11-15 03:00:10 +00:00
9 lines
191 B
HTML
9 lines
191 B
HTML
{% extends "layouts/default.html" %}
|
|
|
|
{% block navigation %}
|
|
{% include "browser/navigation.html" %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "browser/commitlog.html" %}
|
|
{% endblock %}
|