I’m an EE newbie whose experience is largely with (fairly simple) PHP sites. Sometimes I have some text that needs to be in 2 or more places on the site. For DRY reasons, I’d like to enter that text just once. But this repeating text is to appear in a static page (or possibly within a channel entry), not in a template. I have figured out how to do includes in EE, but that only works within a template. AFAIK this is true of global user variables and snippets as well.
Am I missing something?