# Functions
AppHelpers takes in the assets manifest and returns a map of the template helper functions.
GetManifest reads the manifest.json file in the public assets folder and returns a map of its mappings.
New returns a new Render with AssetsManifest and Render set.
# Structs
Render implements the HTML and HTMLWithLayout functions on the Renderer interface and embeds the unrolled Render type to satisfy the rest of the interface.
# Interfaces
Renderer implements template rendering methods.