swc/crates/swc_html_codegen/tests/fixture/body-template/input.html

7 lines
133 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><template><div>test</div></template></body>
</html>