Skip to content

Instantly share code, notes, and snippets.

@jgl2832
Created May 7, 2013 14:27
Show Gist options
  • Save jgl2832/5532956 to your computer and use it in GitHub Desktop.
Save jgl2832/5532956 to your computer and use it in GitHub Desktop.
class Assembler(Meetstache):
def render(self):
member = State.get().getMember()
return { "name": member.name,
"more_text", "How are you?"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment