<%inherit file="_base.mako"/> <%block name="lefthead"> ${parent.lefthead()} <%block name="righthead">
<% cur_style = g.auth.get_character_prop("style") or g.config.get("style.default") %> % for style in g.config.get("style.enabled"): <% stitle = style.title() url = url_for('staticv', filename='images/style/{}.png'.format(style)) %> % if style == cur_style:
${stitle}
% else:
% endif % endfor
${g.auth.get_character_prop("name")} [log out] ${next.body()}