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
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
We have a lot duplicate code in our html templates. Mostly between index.html and package.html.
This could be reduced grately, if the template language had something like inheritance or an include statement.
Mustache does not seem to allow for it. Handlebars might be a suitable replacement, but anything that does not move too much logic into the templates is fine.
We have a lot duplicate code in our html templates. Mostly between index.html and package.html.
This could be reduced grately, if the template language had something like inheritance or an include statement.
Mustache does not seem to allow for it. Handlebars might be a suitable replacement, but anything that does not move too much logic into the templates is fine.
Edit: https://github.com/sunng87/handlebars-iron looks suitable.
The text was updated successfully, but these errors were encountered: