Which of the following is not included in HubL?
- a – Loops
- b – Macros
- c – Filters
- d – Classes
Explanation: The correct answer is Classes. HubL is a powerful templating language used in the HubSpot CMS, primarily for building dynamic web assets such as templates, modules, and pages. While HubL offers a wide range of functionalities to facilitate dynamic content generation and customization, including loops, macros, and filters, it does not directly incorporate the concept of classes as seen in traditional programming languages or markup syntax like HTML and CSS. In the context of HubL, styling and layout attributes are typically applied using CSS classes within HTML markup or inline styling, rather than being directly managed or manipulated within the HubL syntax. Therefore, classes are not explicitly included as a built-in feature or construct within HubL itself, distinguishing it from other programming languages or templating engines where classes may play a more prominent role in defining object behaviors or properties.