{% if section.assets and filename %}
{% if title %}
{{ title }}
{% else %}
{{ filename }}
{% endif %} {% for asset in section.assets %} {% if asset is matching(section.path ~ filename ~ "\..*$") %} {{ asset | split(pat=".") | last }} {% endif %} {% endfor %}
{% endif %}