/scalate-core/src/test/resources/org/fusesource/scalate/mustache/mylayout.mustache
http://github.com/scalate/scalate · Mustache · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · 3934bda0c359be30e690de62fcfe5716 MD5 · raw file
- <html>
- {{#html}}
- <head>
- <!-- mylayout -->
- {{#head}}
- {{title}}
- {{/head}}
- </head>
- <body>
- <div id="header"></div>
- <div id="content">
- {{#body}}
- {{_}}
- {{/body}}
- </div>
- <div id="footer"></div>
- </body>
- {{/html}}
- </html>