%
import plexpy
from plexpy import version
%>
PlexPy - ${title}
${next.headIncludes()}
% if title=="Home":
% else:
% endif
% if title=="History":
% else:
% endif
% if title=="Log":
% else:
% endif
% if title=="Settings":
% else:
% endif
${next.headerIncludes()}
${next.body()}
${next.javascriptIncludes()}
<%def name="javascriptIncludes()">%def>
<%def name="headIncludes()">%def>
<%def name="headerIncludes()">%def>