{% extends "base.html" %} {% block title %}Palinode · diffs{% endblock %} {% block crumb %}diffs{% endblock %} {% block content %}

Recent changes

Memory writes over the last {{ diffs.days }} days, from git — newest first.

{% if diffs.groups %} {% for g in diffs.groups %}

{{ g.day }}

{% endfor %} {% else %}

No memory changes in the last {{ diffs.days }} days (or the store is not a git repo).

{% endif %}
{% endblock %}