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.
 
 
 
 
 

12 lines
420 B

  1. <%inherit file="_base.mako"/>
  2. <%block name="righthead">
  3. <a href="${g.auth.make_login_link()}">
  4. <img id="login-button" title="Log in with EVE Online" alt="Log in with EVE Online" src="${url_for('staticv', filename='images/eve-login.png')}"/>
  5. </a>
  6. </%block>
  7. <div id="welcome">
  8. % for paragraph in g.config.get("welcome").split("\n\n"):
  9. <p>${paragraph.replace("\n", " ")}</p>
  10. % endfor
  11. </div>