root/pydotorg/page/templates/default.html

Revision 112 (by effbot, 03/12/06 09:30:22)

renamed tostring to et_tostring (the old name can still be used)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
{% load et_extras %}
<html><head>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'>
<title>{{ title|escape }}</title>
<style type='text/css'>
  body { font: 100% Bitstream Vera Sans, sans-serif; }
</style>
</head><body>
<!-- body_elem -->
{{ body_elem|et_tostring }}
<!-- end of body_elem -->
<hr />
[{{ time }} s]
</body></html>
Note: See TracBrowser for help on using the browser.