You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.
|
- <div class="widget">
- <h1>On This Page</h1>
- <p>{{ toc }}</p>
-
- {%- if prev -%}
- <h1>Previous Topic</h1>
- <p><a href="{{ prev.link|e }}">{{ prev.title }}</a></p>
- {%- endif -%}
-
- {%- if next -%}
- <h1>Next Topic</h1>
- <p><a href="{{ next.link|e }}">{{ next.title }}</a>{{ nextchar }}</p>
- {%- endif -%}
- </div>
|