/includize

Include html code everywhere inside root html

Primary LanguageJavaScriptMIT LicenseMIT

includize

Include html code everywhere inside the body in html root like code below:

<include src='templates/include-example.html' data='{"text":"world"}'></include>

With data attribute you can pass json data to included file.

The integrated listener can also use include tag in real time changes.

That's it.