{% if include.type == 'start' %} {% assign classes = include.class | split: " " %} {% endif %} {% if (include.type != 'start') and (include.type != 'end') %} {::nomarkdown} {% include toc.html type="start" title="Page Contents" %} {:/} {% if include.levels %}{::options toc_levels="{{include.levels}}" /}{% endif %} - This will be replaced by an automatically generated TOC when using Markdown formatting. {:toc} {::nomarkdown} {% include toc.html type="end" %} {:/} {% endif %}