{% include internal/header.html %} {% capture toc %}{% include thirdparty/toc.html html=content h_min=2 h_max=4 %}{% endcapture %} {% assign toc = toc | strip %}
{% if toc.size > 0 %}

Contents

{{ toc }}
{% endif %}
{% if page.chapter %}

{% if page.icon %}{% assign components = page.url | split: "/" %}{% else %}{% endif %} {{ page.chapter | escape }}

{% endif %}

{{ page.title | escape }}

{% if toc.size > 0 %}

Contents

{{ toc }}
{% endif %} {% include internal/postprocessing.html content=content %} {% include internal/prev-next.html %} {% include internal/copyright.html %}
{% include internal/footer.html %}