{% seo %}
{% include head-custom.html %}
Skip to the content.
{{ page.title | default: site.title | default: site.github.repository_name }}
{{ page.description | default: site.description | default: site.github.project_tagline }}
{% if site.github.is_project_page %}
View on GitHub
{% endif %} {% if site.show_downloads %}
Download .zip
Download .tar.gz
{% endif %} {% if page.ref %}
{% for lang_entry in site.data.languages %} {% assign lang_code = lang_entry[0] %} {% assign lang_name = lang_entry[1].name %} {% if lang_code == page.lang %}
{{ lang_name }}
{% else %} {% for p in site.pages %} {% if p.ref == page.ref and p.lang == lang_code %}
{{ lang_name }}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{% endif %}
{{ content }}