Publish Box goes here
{{site.data.pages[page.path].title}}
{% assign path = page.path | split: '.html' %}
{% capture content %}
{::options parse_block_html="true" /}
{:toc}
* This will not be displayed
{% include {{path}}.md %}
{% endcapture %}
{{ content | markdownify }}
{% include fragment-pageend.html %}