/samples/scalate-sample/src/main/webapp/mustache/errors/templateCompileError.mustache
http://github.com/scalate/scalate · Mustache · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 38105996d7cdfc4ae43facf1670c99ca MD5 · raw file
- <h1>Some Data</h1>
- <table>
- <tr>
- <th>Name</th>
- <th>Description</th>
- </tr>
- {{#items}}
- <tr>
- <td>{{name}}</td>
- <td>{{description}}</td>
- </tr>
- <!-- missing close tag on purpose :)-->
- </table>