I'm using CodeKit and would like to continue to do so, and thus I haven't got any access to PHP. So what I would like to do is basically include a plain external .html file locally or on the codekit server with javascript.
The idea is to have an if statement and if foo=true then write out foo.html, else write out no-foo.html.
How do I do this?