Skip to content

Instantly share code, notes, and snippets.

@erochest
Created October 20, 2011 13:18
Show Gist options
  • Save erochest/1301124 to your computer and use it in GitHub Desktop.
Save erochest/1301124 to your computer and use it in GitHub Desktop.
OMG, and I thought this was a good idea.
# This file should be name omg.ptl.
class PageTemplate(object):
def _corner [html] (self):
'This gets output too. What fun!<br />\n'
if self._project():
return self._project().upper()
else:
'<font size="-1">Linguistic Atlas Projects</font>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment