Skip to content

Instantly share code, notes, and snippets.

@richo
Created January 14, 2013 02:21
Show Gist options
  • Save richo/4527344 to your computer and use it in GitHub Desktop.
Save richo/4527344 to your computer and use it in GitHub Desktop.
(define-syntax render-template
(syntax-rules ()
((render-template template)
(render-template/locals/environment template '() (interaction-environment)))
((render-template template locals)
(render-template/locals/environment template locals (interaction-environment)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment