TemplateLoader.loadTemplateHtml

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);

interface TemplateLoader
string
loadTemplateHtml
(
string name
)

Meta