feather/templates/components/ and is imported from components/<file>.html.
Available macros
Call blocks
card and modal wrap their contents, so use {% call %}:
Overriding a component
Create your own version intemplates/components/ using the same filename. The template
loader resolves yours first at runtime, and feather components lists it alongside the
framework’s, marked as overriding.