25개 이상의 토픽을 선택하실 수 없습니다.
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>
|