<% import headphones from headphones import version %> Headphones - ${title} ${next.headIncludes()}
% 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':
A newer version is available. You're ${headphones.COMMITS_BEHIND} commits behind. Update or Close
% endif
${next.headerIncludes()}
${next.body()}
Back to top
${next.javascriptIncludes()} <%def name="javascriptIncludes()"> <%def name="headIncludes()"> <%def name="headerIncludes()">