File size: 399 Bytes
350392a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>$page_title</title>
    <style>
$style_block
    </style>
</head>
<body>
    <svg id="svg-overlay"></svg>
    <div id="tooltip"></div>
$header_html
    <div class="content">$content_html</div>
    <script id="render-model" type="application/json">$render_model_json</script>
    <script>
$script_body
    </script>
</body>
</html>