% for(h in $extraHttpHeaders) echo $h
Content-Type: text/html
    %($pageTitle%)
    
    
% if(! ~ $#meta_description 0)
%   echo '    '
% if(! ~ $#meta_keywords 0)
%   echo '    '
    
    
% if(test -f $sitedir/_werc/pub/style.css)
%    echo '    '
% h = `{get_lib_file headers.inc}
% if(! ~ $#h 0)
%   cat $h
    %($"extraHeaders%)