{% if tree_type == 'public' %}

Directories and files contained in the Public area are accessible by everyone. These files should be configured to be served directly by the web server.

{% else %}

Directories and files contained in the Private area are accessible only by those with permission. These files either need to be served by the application server or using the X-Sendfile method.

{% endif %}