% if headphones.CONFIG.CHECK_GITHUB and not headphones.CURRENT_VERSION:
You're running an unknown version of Headphones.
Update or
Close
% elif headphones.CONFIG.CHECK_GITHUB and headphones.CURRENT_VERSION != headphones.LATEST_VERSION and headphones.COMMITS_BEHIND > 0 and headphones.INSTALL_TYPE != 'win':
% endif
${next.headerIncludes()}
${next.body()}
Back to top
${next.javascriptIncludes()}
<%def name="javascriptIncludes()">%def>
<%def name="headIncludes()">%def>
<%def name="headerIncludes()">%def>