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

Templating engine and/or structure #11

Open
zzolo opened this issue May 27, 2015 · 0 comments
Open

Templating engine and/or structure #11

zzolo opened this issue May 27, 2015 · 0 comments

Comments

@zzolo
Copy link
Contributor

zzolo commented May 27, 2015

As Noah pointed out, using Underscore's templating engine is not great for non-JS-coders. So it may be good to think about a different engine and/or restructuring so it's easier for people to change only parts of the output.

Right now, the template is just one big string, but you can give it a function so therefore you could use any template engine you want.

I personally like Underscore because its helpful in so many ways, and its templating engine allows for any logic. Templates should have some logic, in my opinion.

That said, we aren't doing any fancy logic in the template, just conditionally showing different things.

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

1 participant