I have a .NET console application that needs to generate some HTML files. I could just construct the HTML in a StringBuilder and write the contents out to a file, but I was
Check out docu. It uses the Spark view engine to render templated HTML from a console app. Pretty straightforward.