refactor: encapsulate Fluid template code into the abstraction ITemplateEngine
Fluid, used to parse Liquid templates, is spread all over the place. Let include a bit of abstraction. It will allow to eventually use other template systems.
Fluid, used to parse Liquid templates, is spread all over the place. Let include a bit of abstraction. It will allow to eventually use other template systems.