{% extends "base.html" %} {% block title %}Cambridge Expeditions to Austria{% endblock %} {% block content %}

{{filepath}}/

{% for f in fileitems %} {{ f.1 }}
{% endfor %}

{{filepath}}/

{% for d in diritems %} /{{ d.1 }}/
{% empty %}

<No subdirectories> {% endfor %} {% endblock content %} {% block margins %} {% endblock margins %}