{% extends "base.html" %} {% block title %}Timeline — {{ project.name }} — Fossilrepo{% endblock %} {% block content %} {% include "fossil/_live_reload.html" %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
Filter: All Checkins Wiki Tickets
RSS
{% include "fossil/partials/timeline_entries.html" %} {% if entries|length == 50 %}
Loading more...
{% endif %} {% endblock %}