I’m new to EE and having trouble understanding one part of the templating system. I see that the member templates are separate from the “site” templates. How do I share code between the two?
For instance, I’d like to have one master stylesheet (site > site_css) that’s shared across my entire website. Is that possible?
Also, I’m curious, why are the templating systems separate in the first place?