<%ifnull track> <%include include/header title=="Unknown Track">

Unknown track ID.

<%else> <%include include/header title=track.name>

<% track.name|html> by <%foreach track.artists artist> <%notfirst>&<%/notfirst> <% artist.name|html> <%/foreach> <%ifnull !track.remix> (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> & <%/notfirst><% artist.name|html><%/foreach>) <%/if>

Styles
<%/if> <%include include/footer>