Stubble.Core by Alex McAuliffe

<PackageReference Include="Stubble.Core" Version="1.0.0.141-alpha13" />

 CompositeLoader

public sealed class CompositeLoader : IStubbleLoader
An IStubbleLoader with child loaders
public CompositeLoader(IStubbleLoader[] loaders)

Initializes a new instance of the CompositeLoader class with child loaders.

Adds a new loader to the composite loader.

Adds multiple loaders to the composite loader.

public string Load(string name)

Loads a template with the given name. Returns null if the template is not found