aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/compare_revision.html
blob: 34ab61bc13a3c537c97b8211539394b6e3b3d141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "wiki/base.html" %}
{% block title %}Wiki | Comparing {{ title }}{% endblock %}
{% block og_title %}Wiki | Comparing {{ title }}{% endblock %}
{% block og_description %}{% endblock %}
{% block content %}
    <div class="uk-container uk-container-small">
        <h2 class="uk-title">
            Revision comparison for {{ title }}
        </h2>

        {{ diff | safe }}
    </div>
{% endblock %}