Meteor server side rendering with foundation

I’m doing server side rendering while using foundation https://github.com/zurb/foundation-sites but the doc says to start foundation you need to call

$(document).foundation();

But this makes the site renders without foundation but a second later it blinks the moment the js kicks in, is there a way to make the server send the html already ready for foundation to avoid the blinking?