[% # -------------------------------------------------------- # Inserts whitespace into a page. # 'size' is the number of lines to output # -------------------------------------------------------- IF size; x=0; WHILE x < size; " "; x = x + 1; END; END; %]