<% charstyle = g.auth.get_character_prop("style") style = charstyle if charstyle else g.config.get("style.default") %> % if style: <% stylesheet = "styles/{}.css".format(style) %> % endif % for size in g.eve.image.corp_widths: % endfor <%block name="header">
<%block name="lefthead"> Home ${g.config.get("corp.name") | h}
<%block name="righthead">
<%block name="container">
<%block name="flashes"> <% messages = get_flashed_messages(with_categories=True) %> % if messages:
% for category, message in messages:
${message | h}
% endfor
% endif ${next.body()}
<%block name="footer">