Open
Description
The template naming under the src/templates
folder is inconsistent as of now, some uses hyphens( - ) and some uses underscore( _ ).<
5B57
/p>
Things to be done:
- Rename all the files to use hyphens instead. (As we are using hyphens in the URLs)
- Change the folder
templates/govportal
totemplates/gov-portal
. - Change
govportal/govportal.njk
togov-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)