You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <%include file="/support/header.mako" args="title='Index Page'"/>
- <div id="content">
- % for key, value in environ.items():
- <p><b>${key}</b>: ${value}</p>
- % endfor
- </div>
- <%include file="/support/footer.mako"/>
|