{% extends "layout.html" %} {% block content %}

Commit Timeline

{% if error %}
Error: {{ error }}
{% endif %} {% for commit in commits %} {% endfor %}
Timestamp Commit ID Message Actions
{{ commit.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ commit.id[:8] }} {{ commit.message }} View Files {% if commit.parent_id %} Diff (Parent) {% endif %}
{% if not commits %}

No commits found. Run `dtm init` and `dtm snapshot` first.

{% endif %} {% endblock %}