Please add an inbuilt way to render html files to a route. I suggest you add it to the context interface of the gearbox struct. The method itself should accept the address of the html file as the argument and render the page. It can also be used to edit the html file from within the go sever. I suggest this because I had a hard time rendering my html file on my web server I wrote with gearbox framework.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please add an inbuilt way to render html files to a route. I suggest you add it to the context interface of the gearbox struct. The method itself should accept the address of the html file as the argument and render the page. It can also be used to edit the html file from within the go sever. I suggest this because I had a hard time rendering my html file on my web server I wrote with gearbox framework.