<% import headphones from headphones import version %> Headphones - ${title} ${next.javascriptIncludes()} ${next.headIncludes()}
% if not headphones.CURRENT_VERSION:
You're running an unknown version of Headphones. It's recommended that you update now!
% elif headphones.CURRENT_VERSION != headphones.LATEST_VERSION and headphones.INSTALL_TYPE != 'win':
A newer version is available.
You're ${headphones.COMMITS_BEHIND} commits behind.


Version Update
% endif
${next.body()}
<%def name="javascriptIncludes()"> <%def name="headIncludes()"> <%def name="headerIncludes()">