Custom Renderer
Haita is separated into two parts: the collector and the renderer. The collector organizes the data and sends it to the renderer, which is responsible for generating the HTML and PDF pages, PNG images, CSS stylesheets, and other miscellaneous files. In this section, you will learn how to write a custom renderer.
WIP