The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
416 B

6 years ago
  1. <lasso-page package-path="../browser.json"/>
  2. <!doctype html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8"/>
  6. <title>${input.title ? `${input.title} - Aite RP` : "Aite RP"}</title>
  7. <lasso-head/>
  8. </head>
  9. <body style={backgroundColor: "black"} class=("theme-" + input.site)>
  10. <layout-navbar site=input.site />
  11. <include(input.body) />
  12. <lasso-body/>
  13. <browser-refresh/>
  14. </body>
  15. </html>