Move files around and update Readme

This commit is contained in:
Cutieguwu
2025-07-14 17:08:27 -04:00
parent f607c3018d
commit 01902450a3
9 changed files with 8 additions and 261 deletions

View File

@@ -0,0 +1,7 @@
# Balloon
Reuse chunks of HTML in other HTML files via preprocessing.
Reused the chunk in `global_nav.html` via `<include src="global_nav.html" />`.
Balloon will inflate the chunk in place of the `<include>` tag in the source file, dumping a released target file which can be pushed to the web server.