--- --- {% assign localPage = page.path | split: "/" | last %} {% include fragment-modelType.html type='{{[type]}}' id='{{[id]}}' lang="{{[lang]}}" %} {% include fragment-pagebegin.html lang="{{[lang]}}" %}

Publish Box goes here

{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='example' lang="{{[lang]}}" %} {% assign respath = site.data.resources[resource_].path %}

{{modelType}}: {{site.data.pages[respath].titlelang['{{[lang]}}'] | escape_once}} - {{site.data.stringsBase['{{[lang]}}']['Examples']}}

{% include fragment-simpletable.html lang="{{[lang]}}" %} {% include fragment-intro.html type='{{[type]}}' id='{{[id]}}' lang="{{[lang]}}" %} {% assign basepath = localPage | replace: '-examples.html', '.html' %} {% if site.data.pages[basepath].examples.size > 0 %}

{{site.data.stringsBase['{{[lang]}}']['ExamplesForProfile'] | replace: "%ID%", "{{[id]}}"}}

{% for example in site.data.pages[basepath].examples %} {% endfor %}
{{example.titlelang["{{[lang]}}"] | escape_once}}
{% else %}

{{site.data.stringsBase['{{[lang]}}']['NoExamples'] | replace: "%ID%", "{{[id]}}"}}

{% endif %} {% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' lang="{{[lang]}}" %}
{% assign includetabscripts = 'true' %} {% include fragment-pageend.html lang="{{[lang]}}" %}