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.
 
 
 
 
 
 

15 lines
299 B

  1. <div class="widget">
  2. <h1>On This Page</h1>
  3. <p>{{ toc }}</p>
  4. {%- if prev -%}
  5. <h1>Previous Topic</h1>
  6. <p><a href="{{ prev.link|e }}">{{ prev.title }}</a></p>
  7. {%- endif -%}
  8. {%- if next -%}
  9. <h1>Next Topic</h1>
  10. <p><a href="{{ next.link|e }}">{{ next.title }}</a>{{ nextchar }}</p>
  11. {%- endif -%}
  12. </div>