main.mustache 288 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Lament Configuration</title>
  6. <link rel="stylesheet" type="text/css" href="/static/main.css" />
  7. </head>
  8. <body>
  9. <h1>{{title}}</h1>
  10. <div class="content">
  11. {{{ content }}}
  12. </div>
  13. </body>
  14. </html>