--- layout: default --- {% if page.bannerTitle %}
{{ page.bannerTitle }}
{% for paragraph in page.bannerContents %}
{{ paragraph }}
{% endfor %}
{% endif %}
{% capture toc %}{{ page.content | fancytoc }}{% endcapture %} {% if page.noToc == nil and toc != '' %}
{{ toc }}
{% if page.hideTitle == nil %}
{{ page.title }}
{% endif %}
{{ content }}
{% include comments.html %}
{% else %} {% if page.hideTitle == nil %}
{{ page.title }}
{% endif %}
{{ content }}
{% include comments.html %} {% endif %}