{% extends "main.html" %}
{% block title %}
Lockers Wiki: computed differences for {{ node.path }}
{% endblock %}
{% block body %}
Differences between {{version1}} and {{version2}} of {{node.path}}
{% comment %}
FIXME:
This needs to be formatted better, using CSS, etc.
Perhaps diff shouldn't be an opaque blob of HTML but some object which is
rendered into HTML. Deal with it later.
{% endcomment %}
{{diff|safe}}
{% endblock %}