create new default layout
Ticket
+status
+priority
+tag
+commit
+issues
Current default layout is very limited and too much is coded into it.
+solution
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>