RazorExpress icon indicating copy to clipboard operation
RazorExpress copied to clipboard

ASP.NET MVC Razor-like template engine for NodeJS Express library. Template your views by mixing HTML markup with JavaScript server-side code!

Results 3 RazorExpress issues
Sort by recently updated
recently updated
newest added

The guide didn't mention what to do after ` let html = raz.render(template); ` So I had to figure thing out myself. I tried to run the sample provide. I...

I am not sure if this is intentional, but having a javascript comment that contains a single string start-end char(', ", `) will cause the rendering to fail: ``` let...

Converted the code to ESM Added Async partials Added Await/Promise for Html.Raw/Html.encode Added @* *@ Style comment.