--- layout: default --- {% comment %}NOTE: page_id is also definied in default.html{% endcomment %} {% assign page_id = page.url | split: '/' | last | remove: '.html' %}

{% if page.summary %}
{{ page.summary }}
{% endif %} {% unless page.toc == false %} {% include toc.html %} {% endunless %}
{{content}}