{% include head.html %} {% include header.html %}

{% if paginator.paginated %} View as a single page {% elsif paginator %} View as {{ paginator.total_pages }} pages {% endif %}

{% unless paginator.paginated %} {% if paginator.toc.simple %}
{{ paginator.toc.simple | markdownify }}
{% endif %} {% endunless %} {{ content }}
{% if paginator.previous_section %} {% assign prev = paginator.previous_section %} {% if prev == "Untitled" %} {% assign prev = "Previous"%} {% endif %} « {{ prev }} {% endif %} {% if paginator.previous_section and paginator.next_section %} | {% endif %} {% if paginator.next_section %} {% assign next = paginator.next_section %} {% if next == "Untitled" %} {% assign next = "Next"%} {% endif %} {{ next }} » {% endif %}
{% if paginator.paginated and paginator.toc.simple %}
{{ paginator.toc.simple | markdownify }} {% endif %}
{% include footer.html %}