$def with(files, query='', title=None) $var title: $title

$for file in files: $if file.title and file.artist:

$file.artist : $file.title

$else:

$file.filename




$if not files and query:

No results found. Try another query.