You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It lets you break HTML code into smaller files
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: