<% if (!theme.music.fixed && theme.music.title.enable) { %>
<%- theme.music.title.show %>
<% } %>
'
autoplay='<%- theme.music.autoplay === true %>'
theme='<%- theme.music.theme %>'
loop='<%- theme.music.loop %>'
order='<%- theme.music.order %>'
preload='<%- theme.music.preload %>'
volume='<%- Number(theme.music.volume) %>'
list-folded='<%- theme.music.listFolded ? 'true' : 'false' %>'
>