All checks were successful
ci/crow/tag/build Pipeline was successful

This commit is contained in:
Grace Yoder 2026-07-17 19:54:15 -06:00
commit 55a1697e71
Signed by: grace
SSH key fingerprint: SHA256:oG9v0ZlohsoMAg083HAwBGOcaPLF3nIuOlAW4MtASMo
16 changed files with 838 additions and 0 deletions

21
examples/main.htmlua Executable file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>main</title>
</head>
<body>
<h1>hello</h1>
<include path="a.htmlua">
<export part=first>
<p><b>exported from main!</b></p>
</export>
<export part=second>
<p><b>exported from main but again!</b></p>
</export>
</include>
</body>
</html>