There are 3 alternative ways to include “full external HTML”:
- Put the HTML with all its resources inside /static
- Put the HTML in /content (put the resources etc. in /content or /static …)
- Same as 3 but with front matter
I will not get into detail about the 3, they should be easy testable – but the the last 2 can include template syntax and the last one is a fulll blown content file with layouts and shortcodes etc.