]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/docs/watchlist.html
docs/modules/list: adjusted text size
[ipfire.org.git] / src / templates / docs / watchlist.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ _("Your Watchlist") }}{% end block %}
4
5 {% block main %}
6 <div class="container">
7 <section class="section">
8 <h5 class="title is-5">{{ _("Your Watchlist") }}</h5>
9
10 {% if pages %}
11 {% module DocsList(pages) %}
12 {% else %}
13 <div class="notification">
14 {{ _("You do not have any pages on your watchlist") }}
15 </div>
16 {% end %}
17 </section>
18 </div>
19 {% end block %}