{% if file.href %}{% endif %} {% if file.title_split %} {% if file.title_prefix %}{{ file.title_prefix }} {% endif %}{% if file.title_include_split %}{{ file.title_include_prefix }}{{ file.title_include_path }}{% elif file.title_suffix_only %}{{ file.title_suffix | default(file.display_path | default(file.path)) }}{% else %}{{ file.title_suffix }}{% endif %} {% else %} {{ file.display_path | default(file.path) }} {% endif %} {% if file.href %}{% endif %}