{% extends "site.html" %} {% block header_meta %} {{ post_macros::meta(page=page) }} {% endblock header_meta %} {% block body %}
{#

{{ page.title }}

{{ post_macros::meta(page=page) }}
#} {# Table of contents #} {% if page.extra.toc -%}

Table of contents

{%- endif %}
{{ page.content | safe }}
{# Comment links #} {% if page.extra.comments %}

Comments

Comments on {% for page in page.extra.comments %} {{ page.name }} {%- if not loop.last -%} {% if loop.index == page.extra.comments | length - 1%} & {% else -%} , {% endif %} {% endif %} {%- endfor -%} .

{% endif %} {# Applause button #} {% if page.extra.zenn_applause %}
{% endif %}
{% endblock body %} {% block page_footer %} {% endblock page_footer %}