{% 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}}

{% 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 %} {% if localPage == 'index.html' %} {% include fragment-igTable.html lang=include.lang %} {% endif %} {% include fragment-pageTable.html lang=include.lang %} {% assign path = page.path | split: '.html' %} {% include {{path}}.xml %}
{% include fragment-pageend.html lang=include.lang %}