<%include file="/support/header.mako" args="title='Index Page'"/>
% for key, value in environ.items():

${key}: ${value}

% endfor
<%include file="/support/footer.mako"/>