Skip to content

Instantly share code, notes, and snippets.

@batok
Created February 25, 2011 17:02
Show Gist options
  • Save batok/844093 to your computer and use it in GitHub Desktop.
Save batok/844093 to your computer and use it in GitHub Desktop.
A mako template used for testing http://gist.github.com/844077
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
html {
font-family: "Verdana";
font-size: 8px;
}
</style>
</head>
<body>
% for j in range(10):
${data}<br/>
% endfor
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment