I would like to render some data to html file and then return it to user form asp.net core api.
How to do it correctly? In node.js i used to work with view engines such as mustache an handelbars.
I would like to render some data to html file and then return it to user form asp.net core api.
How to do it correctly? In node.js i used to work with view engines such as mustache an handelbars.