Implements sub-templating working with the same syntax on server-side too. (#175)
Includes support for multi-file templating, which is now reusing GetOrLoadTemplate for the purpose of making sure the needed other file is loaded but discarding the result.
Added tests to Templating.ServerSide.Tests project.
Implements sub-templating working with the same syntax on server-side too. (#175)
Includes support for multi-file templating, which is now reusing GetOrLoadTemplate for the purpose of making sure the needed other file is loaded but discarding the result.
Added tests to Templating.ServerSide.Tests project.