A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_default.mako 226 B

123456789
  1. <%inherit file="_layout.mako"/>
  2. <%block name="lefthead">
  3. [CORP_LOGO] CORP_NAME...
  4. <nav>Campaign: XYZ | Map | Intel | Members</nav>
  5. </%block>
  6. <%block name="righthead-">
  7. PLAYER_NAME [logout]
  8. </%block>
  9. ${next.body()}