<!Doctype html>
 
<html>
 
 <head>
 
  <title>Welcome {NAME}</title>
 
 </head>
 
 <body>
 
  <header>
 
    <a href="#">Inbox({NUMBERMAILS})</a> | <a href="#">Log out</a>
 
  </header>
 
  <section>
 
    Hello {NAME}, You have {NUMBERMAILS} new messages
 
  </section>
 
  <footer>
 
  </footer>
 
 </body>
 
</html>
 
 |