Spaces:
Running
Running
| <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> | |