# Functions
Render combines the template with the step in the yaml pipeline.
RenderBuild renders the templated build.
# Variables
ErrInvalidMainFunc defines the error type when the main function is invalid within the provided template.
ErrInvalidPipelineReturn defines the error type when the return type is not a pipeline within the provided template.
ErrMissingMainFunc defines the error type when the main function does not exist in the provided template.
ErrUnableToConvertJSON defines the error type when the writeJSON cannot convert the provided value.
ErrUnableToConvertStarlark defines the error type when the toStarlark cannot convert the provided value.