[fix] .Render need template
.Render should be called with the name of a template to apply. In previous hugo versions it worked, apparently using some default. This has changed in newer versions which require an explicit template parameter. We now use explicitly use the "single" templates as "default".