- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8"/>
- <title>Lament Configuration</title>
- <link rel="stylesheet" type="text/css" href="/static/main.css" />
- </head>
- <body>
- <h1>{{title}}</h1>
- <div class="content">
- {{{ content }}}
- </div>
- </body>
- </html>
|