Allow to register and return template helpers (essentially: Utility functions that can be executed in the context of a template to render complex elements).
Return a template helper function
Get all available helpers
Register a new helper in the framework, that will be available inside all templates execution context.
Allow to register and return template helpers (essentially: Utility functions that can be executed in the context of a template to render complex elements).