# Functions

AllPatchTemplates is a convenience method to build all PatchTemplateBuilders into PatchTemplates for all Components in a Bundle.
ComponentPatchTemplates iterates through all PatchTemplateBuilders in a Components Objects, and converts them into PatchTemplates.
NewInlinerWithScheme creates a new inliner given a URL scheme.
NewLocalInliner creates a new inliner that only knows how to read local files from disk.
PatchTemplate renders a PatchTemplate from a PatchTemplateBuilder and options.

# Structs

Inliner inlines data files by reading them from the local or a remote filesystem.