Documentation
¶
Overview ¶
Command htmangl combines two HTML files.
A way to use this is to make a "template" containing the basic outline of a page and then apply HTML files containing the content to it.
$ htmangl template.html home_partial.html > home.html
Use the special comment "<!-- htmangl:insert -->" to replace with applied child nodes instead of appending to the parent.
Use the special comment "<!-- htmangl:copy -->" to copy all applied children into the parent.
Click to show internal directories.
Click to hide internal directories.