Publish Box goes here
{{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 %}
{% if page.path == 'index.html' %}
{% include fragment-igTable.html %}
{% endif %}
{% include fragment-pageTable.html %}
{% capture no-toc-content %}
{% include {{path}}.md %}
{% endcapture %}
{% assign teststring = no-toc-content | markdownify | remove: '###### ' | remove: '##### '| remove: '#### ' | replace: "
{% include fragment-pageend.html %}