Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Nested Templates #6

Open
jonathanvx opened this issue Apr 3, 2017 · 1 comment
Open

Question: Nested Templates #6

jonathanvx opened this issue Apr 3, 2017 · 1 comment

Comments

@jonathanvx
Copy link

jonathanvx commented Apr 3, 2017

Is it possible to nest templates?
For example:

{{define "star"}}
ID, 
EMAIL,
ADDRESS1 as address_line1,
ADDRESS2 as address_line2,
POSTCODE
{{end}}

{{define "allUsers"}}
SELECT {{star}}
FROM users
WHERE 1=1
{{end}}

{{define "getUser"}}
SELECT {{star}}
FROM users
WHERE id=?
{{end}}
@0x4E69676874466F78
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants