<%include file="/pageheader.html"/>

Environment Variables

<% import os env = os.environ.copy() %> %for i in env: %endfor
Variable Value
${i[:80]} ${env[i][:240]}
<%include file="/pagefooter.html"/>