Apply templates (Liquid or Razor) to a data source (e.g. json)
$ dotnet tool install liquid -g
$ liquid apply -t ./liquidTemplate.lt -d ./jsonrequest.json -o ./report.html
with razor template
$ liquid apply -t ./template.cshtml -d ./jsonrequest.json -o ./report.html -e Razor