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.

пре 13 година
12345
  1. <%include file="/support/header.mako" args="title='Index Page'"/>
  2. % for key, value in environ.items():
  3. <p><b>${key}</b>: ${value}</p>
  4. % endfor
  5. <%include file="/support/footer.mako"/>