---
layout: page
---
{{ content }}
{% assign default_lang = site.lang | default: "en" %}
{% assign lang = page.lang | default: default_lang %}
{% for author in site.data.authors %}
{% if author[1].image %}
{% endif %}{{ author[1].name }}
{% if author[1].description %}
{% if author[1].description.first %}
- {% include localized_string.html string="description" %}: {{ author[1].description[lang] | default: author[1].description[default_lang] }}
{% else %}
- {% include localized_string.html string="description" %}: {{ author[1].description }}
{% endif %}
{% endif %}
{% if author[1].bio %}
- {% include localized_string.html string="bio" %}: {{ author[1].bio }}
{% endif %}
{% if author[1].links.first %}
- {% include localized_string.html string="links" %}:
{% endif %}
{% endfor %}