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.
 
 
 
 
 

15 lines
302 B

  1. <%inherit file="_base.mako"/>
  2. <header>
  3. <div>
  4. <div class="left"><%block name="lefthead"/></div><!--
  5. --><div class="right"><%block name="righthead"/></div>
  6. </div>
  7. </header>
  8. <div id="container">
  9. <div>
  10. <main>
  11. ${next.body()}
  12. </main>
  13. </div>
  14. </div>