I like to limit the number of templates I use so that it is easier to format them consistently. I'll use conditional logic within them to present different elements on different pages (usually by ID). The flip-side to this is that as the site gets built out, my "basic page" templates start to contain a lot of extra fields that are only relevant for a particular sub-set of "basic" pages. Is there a way to suppress fields in the editor according to what page they are on, or do I need to think more globally about includes and such and diversify my templates to address this tendency?
Thanks,
Jenn