{% assign localPage = page.path | split: "/" | last %} {% include fragment-pagebegin.html lang=include.lang %}

Publish Box goes here

{{site.data.pages[localPage].titlelang[include.lang] | escape_once}}

{% assign path = page.path | split: '.html' %} {% capture toc-content %}
{:toc} * This will not be displayed
{% include {{path}}.md %} {% endcapture %} {% if localPage == 'index.html' %} {% include fragment-igTable.html lang=include.lang %} {% endif %} {% include fragment-pageTable.html lang=include.lang %} {% capture no-toc-content %}
{% if site.data.languages.defLang != include.lang %}

{% if site.data.pages[localPage].translated[include.lang] %} {{site.data.stringsBase[include.lang]['TRANS_HLP']}} {% else %} {{site.data.stringsBase[include.lang]['NO_TRANS']}} {% endif %}

{% endif %} {% include {{path}}.md %} {% endcapture %} {% assign teststring = no-toc-content | markdownify | remove: '###### ' | remove: '##### '| remove: '#### ' | replace: " {% include fragment-pageend.html lang=include.lang %}