create new default layout

Ticket

+commit
 

Current default layout is very limited and too much is coded into it.

 

Very simple HTML5 layout:

 <!DOCTYPE HTML>
<html>
  <head>{{*head|core}}</head>
  <body>
    <header>{{*header}}</header>
    <article>{{_main}}</article>
    <aside>{{*sidebar}}</aside>
<footer>{{*footer}}</footer> </body> </html>

 

 

 

 

I've added a more HTML5 version of the above. I'm not *entirely* sure if it's perfect...

--Drew.....2014-01-12 20:34:04 +0000

Thanks for doing that! I simplified it a bit further.

--Ethan McCutchen.....2015-03-16 04:53:11 +0000