# Functions
Must traps errors and returns the remaining results to the caller.
Print print error to the stderr in red.
Printf print a message to the stderr in red.
Raise issues a panic with a formated message representing a managed error.
Trap catches any panic exception, and converts it to error.
# Structs
TemplateNotFoundError is returned when a template does not exist.