• {{ page.basename }}
    • {% set split_post = page.path |split('/') %} {% for i in range(0, split_post|length - 1) %}
    • {% if i != 0 %} > {{ split_post[i] }} {% else %} root {% endif %}
    • {% endfor %}
    {{ fa['magnifying-glass']|raw }}
      Type to search...
  • {{ fa['rss']|raw }}
  • Full path:
      {% set split_post = page.path |split('/') %} {% for i in range(0, split_post|length - 1) %}
    • {% if i != 0 %} / {{ split_post[i] }} {% else %} root {% endif %}
    • {% endfor %}
    Dev links: raw api

    Folder browser:

    • {{ fa['turn-up'] | raw}} ..
    • {{ include('fragments/directory/compact/listing.html') }}