Closed cuducos closed 6 years ago
hey, I would like to take this up
hey, I would like to take this up
Go for it ; ) The idea is to avoid repetition such as #22
Alright! Is there a particular engine that you want to use?
No, nothing specific in mind.
If I could suggest: Handlebars is a nice pick for it! We can do many kinds of helpers in this project :D
@guidiego thanks for the suggestion, I'll have a look
Also, html-webpack-plugin works very well with HTML templates. I'd recommend to check it out for integration with the build process.
@gvarandas Thank you for the suggestion, but I have already done it with Handlebars. Please have a look, I would appreciate any feedback.
We have repeated snippets of code in our three HTML pages (
index.html
,sobre.html
andfaq.html
). The DRY philosophy invites use includes to avoid this repetition and enhance maintainability.