Created
February 25, 2011 17:02
-
-
Save batok/844093 to your computer and use it in GitHub Desktop.
A mako template used for testing http://gist.github.com/844077
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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