Right now, all templates are maintained separately which makes the application size much bigger.
We should ideally move to a template rendering engine like ejs which will allow us to dynamically change templates according to user input.
This will be a huge change in the current programming structure and should be ideally implemented in incremental steps.
Right now, all templates are maintained separately which makes the application size much bigger.
We should ideally move to a template rendering engine like ejs which will allow us to dynamically change templates according to user input.
This will be a huge change in the current programming structure and should be ideally implemented in incremental steps.