A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
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.
 
 
 
 
 

8 line
249 B

  1. <%include file="/support/header.mako" args="title='Index Page'"/>
  2. <div id="content">
  3. % for key, value in environ.items():
  4. <p><b>${key}</b>: ${value}</p>
  5. % endfor
  6. </div>
  7. <%include file="/support/footer.mako"/>