This is the main method to look up a template name and return its HTML as a string.
Typical implementation is to just return std.file.readText(directory ~ name);
See Implementation
This is the main method to look up a template name and return its HTML as a string.
Typical implementation is to just return std.file.readText(directory ~ name);