Introduction
Macros help you write small reusable pieces of HTML code once and use them many times. This saves time and keeps your templates clean.
When you have a button style used in many places on your website.
When you want to create a common form input that repeats in different pages.
When you need to show a user profile card in multiple templates.
When you want to keep your HTML templates organized and avoid repeating code.