Created
March 31, 2017 12:17
-
-
Save awsmsrc/4658d53d57ddcf7b58d1b2393231e909 to your computer and use it in GitHub Desktop.
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
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