{%- comment -%}Front Matter Internationlization{%- endcomment -%} {%- if include.datas[site.lang] -%} {{ include.datas[site.lang] }} {%- 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 -%}