{% block title %}{{ _("Revisions of %s") % page.title }}{% end block %}
{% block main %}
- <div class="card mb-3">
- <div class="card-body">
- <h4 class="card-title">{{ _("Revisions of %s") % page.title }}</h4>
+ <section class="section">
+ <div class="container">
+ <h4 class="title is-4">{{ _("Revisions of %s") % page.title }}</h4>
{% module DocsList(page.get_revisions(), show_breadcrumbs=False, link_revision=True, show_changes=True) %}
</div>
- </div>
-{% end block %}
+ </section>
+{% end block %}
\ No newline at end of file