Is it possible to use includes in macros? I have some nice database abstraction classes that I’d like to use in several macros. It’s sort of stupid to copy-paste all that code in each macro where it must be used. Of course, I could make a component from that class code, but that’s kind of far stretched IMO… there should be easier way.