Hi, Use an @include directive for the file:<%@ include file='file:///tmp/abcMeta.html' %> If your url's are in a loop or similar, unroll it so the parser can see, with the protocol outside the js:<% var urls = [['aol.com', 'AOL']]; %><% if (urls[0]) %><a href="https://<%= urls[0][0] %>"><%= urls[0][...