]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/docs/revisions.html
Merge remote-tracking branch 'origin/new-design'
[ipfire.org.git] / src / templates / docs / revisions.html
1 {% extends "page.html" %}
2
3 {% block title %}{{ _("Revisions of %s") % page.title }}{% end block %}
4
5 {% block main %}
6 <section class="section">
7 <div class="container">
8 <h4 class="title is-4">{{ _("Revisions of %s") % page.title }}</h4>
9
10 {% module DocsList(page.get_revisions(), show_breadcrumbs=False, link_revision=True, show_changes=True) %}
11 </div>
12 </section>
13 {% end block %}