{% include "anchor-link.html" %} {{ section.title }} {% if paginator %} {% if paginator.current_index > 1 %} · Page {{ paginator.current_index }} {% endif %} {% endif %}
{% if not section.extra.zenn_hide_header_meta %} {% block header_meta %}{% endblock header_meta %} {% endif %}{% include "anchor-link.html" %} {{ page.title }}
{% if not page.extra.zenn_hide_header_meta %} {% block header_meta %}{% endblock header_meta %} {% endif %}Contents
- 0. {{ page.title }} {% for h1 in toc %}
-
{{ loop.index }}. {{ h1.title }}
{% if h1.children %}
{#
- #}
{% for h2 in h1.children %}
- {{ loop.index }}. {{ h2.title }} {% endfor %} {#
{% endfor %}
Categories
Tags
Copyright © {{ config.title }} {{ now() | date(format="%Y") }}
{% if config.extra.zenn_source %}
Source
{% endif %}