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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- <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>
|