--- layout: default --- {% include lang.html %} {% capture _content %} {% if layout.refactor or page.layout == 'page' %} {% include refactor-content.html content=content lang=lang %} {% else %} {{ content }} {% endif %} {% endcapture %}
{% if page.layout == 'page' or page.collection == 'tabs' %} {% assign tab_key = page.title | downcase %} {% assign title = site.data.locales[lang].tabs[tab_key] | default: page.title %}

{{ title }}

{{ _content }}
{% else %} {{ _content }} {% endif %}