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
16 lines
416 B
<lasso-page package-path="../browser.json"/>
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>${input.title ? `${input.title} - Aite RP` : "Aite RP"}</title>
|
|
<lasso-head/>
|
|
</head>
|
|
<body style={backgroundColor: "black"} class=("theme-" + input.site)>
|
|
<layout-navbar site=input.site />
|
|
<include(input.body) />
|
|
<lasso-body/>
|
|
<browser-refresh/>
|
|
</body>
|
|
</html>
|