@ryo @lanodan Speaking of NetSurf, I tried it with my personal website. It can't read my navbar which is the only JS part I have on there.
Yeah I know, I should probably find a better way to handle the navbar but this is the only way I know how to do it without resorting to a static-site generator (or using an iframe). But I don't think there is any reason why NetSurf still can't handle even the most basic JS. (The navbar script is just a few document.writeln() calls)
@lanodan @ryo I didn't realize that JS was disabled by default. Now it works.
>And there is several ways to include/concatenate files, none of those involve frameworks (aka static-site-generator).
You mean like writing shell scripts to concat the files using commands like cat? That's no different from a static-site generator to me, even if it's less bloated.