<%namespace name="support" file="_base_support.mako" inheritable="True"/>\ <%block name="title"> ${support.maketitle()} </%block> ${support.makecss("main.css")} <%block name="extracss"> <% style = g.auth.get_character_prop("style") or g.config.get("style.default") %> % if style: ${support.makecss("styles/{}.css".format(style), "user-style")} % endif % for size in g.eve.image.corp_widths: % endfor ${support.makejs("main.js")} <%block name="extrajs"> <%block name="header">
<%block name="lefthead"> Logo

${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">