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

[RFC] Add the ability to use template inheritance #935

Open
zomars opened this issue May 9, 2017 · 0 comments
Open

[RFC] Add the ability to use template inheritance #935

zomars opened this issue May 9, 2017 · 0 comments

Comments

@zomars
Copy link

zomars commented May 9, 2017

By using a template rendering engine like Nunjucks you can have all the added benefits and it fits right into the WSK workflow like a Glove. For anyone that has used Twig or similar templating engines will know about what I'm talking about.

Two benefits of template engines:

  1. It lets you break HTML code into smaller files
  2. It lets you use data to populate your markup

I've already did a fork where I implement this in WSK and it works like a charm, I can make a PR with no problem. You can check more information about this topic here.

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
@zomars and others