{% for lang in site.languages %}
        {% unless site.lang == lang %}
          {% if lang == site.default_lang and site.default_locale_in_subfolder != true %}
            {% t langs.{{ lang }} %}
          {% else %}
            {% t langs.{{ lang }} %}
          {% endif %}
          
          {% assign next = forloop.index | plus: 1 %}
          
          {% if forloop.last != true and site.languages[forloop.index] != site.lang or site.languages[forloop.index] == site.lang and next < forloop.length %}
             • 
          {% endif %}
          
        {% endunless %}
      {% endfor %}
    
    {% t pages.includeexample %}: {{ include.param }}
{{ content }}The list of static files below was created by accessing site.static_files and must be visible on all translations:
{% for file in site.static_files %}{{ file.path }} last edited at {{ file.modified_time | date:"%H:%m" }} with extname {{ file.extname }}
{% endfor %}