Publish Box goes here
{{site.data.pages[page.path].title}}
{% 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 %}