# Functions
Funcs returns the functions that can be used for interpolation given a context.
Render is shorthand for constructing an I and calling Render.
RenderInterface renders any value and returns the resulting value.
RenderMap renders all the strings in the given interface.
Validate is shorthand for constructing an I and calling Validate.
ValidateInterface renders any value and returns the resulting value.
# Structs
Context is the context that an interpolation is done in.
I stands for "interpolation" and is the main interpolation struct in order to render values.
RenderFilter is an option for filtering what gets rendered and doesn't within an interface.
# Type aliases
FuncGenerator is a function that given a context generates a template function for the template.