Skip to content

Instantly share code, notes, and snippets.

@awsmsrc
Created March 31, 2017 12:17
Show Gist options
  • Save awsmsrc/4658d53d57ddcf7b58d1b2393231e909 to your computer and use it in GitHub Desktop.
Save awsmsrc/4658d53d57ddcf7b58d1b2393231e909 to your computer and use it in GitHub Desktop.
api.RenderTemplate(w, "user/profile", params)
api.RenderTemplate(w, "signup", params)
api.RenderTemplate(w, "dashboard", "user/profile", params)
api.RenderTemplate(w, "auth", "signup", params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment