htmlua/htmlua-parser/tests/components/include_base.html
2025-07-21 12:26:51 -06:00

9 lines
172 B
HTML

<html>
<head>
<includeelement name="t"></includeelement>
</head>
<body>
<h1>Hello World</h1>
<includeelement name="b"></includeelement>
</body>
</html>