{% include fragment-pagebegin.html %}

{{site.data.pages[page.path].title | escape_once}}

{% assign path = page.path | split: '.html' %} {% capture toc-content %}
{:toc} * This will not be displayed
{% include {{path}}.md %} {% endcapture %} {% capture no-toc-content %}
{% include {{path}}.md %} {% endcapture %} {% assign teststring = no-toc-content | markdownify | remove: '###### ' | remove: '##### '| remove: '#### ' | replace: " {% include fragment-pageend.html %}