/scalate-core/src/test/resources/org/fusesource/scalate/mustache/sample.mustache

http://github.com/scalate/scalate · Mustache · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 369597c2643343c0d1167224725f059c MD5 · raw file

  1. <html>
  2. <head>
  3. <title>My Foo Title</title>
  4. </head>
  5. <body>
  6. <h1>Some Foo</h1>
  7. <p>This is some text</p>
  8. </body>
  9. </html>