-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.literal
executable file
·28 lines (23 loc) · 1003 Bytes
/
index.html.literal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
${ include('literal/documentation/templates/head.literal', './package.json') }
<link rel="stylesheet" href="./module.css">
</head>
<body class="4x-grid @1-6x-grid @2-7x-grid @3-9x-grid grid">
${ include('literal/documentation/templates/element.literal', comments(
"./module.js",
"./modules/properties.js",
"./css/host.css",
"./css/summary.css",
"./css/content.css"
)) }
${ include('literal/documentation/templates/contribute.literal', './package.json') }
${ include('literal/documentation/templates/credit.literal', './package.json') }
${ include('literal/documentation/templates/footer.literal', './package.json') }
${ include('literal/documentation/templates/scripts.literal', './package.json') }
<!-- Not needed because details-toggle is part of the documentation imports -->
<!--script type="module">
import DetailsToggle from './module.js';
</script-->
</body>