% if g.config.get("style"): <% stylesheet = "styles/{}.css".format(g.config.get("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">