The template naming under the src/templates folder is inconsistent as of now, some uses hyphens( - ) and some uses underscore( _ ).
Things to be done:
When you make these changes, you are also required to reflect these changes where these file paths are used (for eg, in routes, etc)
The template naming under the
src/templatesfolder is inconsistent as of now, some uses hyphens( - ) and some uses underscore( _ ).Things to be done:
templates/govportaltotemplates/gov-portal.govportal/govportal.njktogov-portal/_gov_portal.njk. (Since all the boilerplates start with underscores( _ ))When you make these changes, you are also required to reflect these changes where these file paths are used (for eg, in routes, etc)