{%- comment -%}Front Matter Internationlization{%- endcomment -%} {%- if include.datas -%} {{ include.datas }} {%- else -%} {%- for lang in site.languages -%}
{%- if include.datas[lang] -%} {{ include.datas[lang] }} {%- break -%} {%- endif -%} {%- if forloop.index == site.languages.size -%} {%- if include.data -%} {{ include.data }} {%- endif -%} {%- endif -%}
{%- endfor -%} {%- endif -%}