In the module I'm currently working on, I got a load of configuration options that need to be set, have default values ... and should be fragmented into shorter template files as else it would be a scrolling nightmare.
The recommended way to do so was to use some third party modules. Is there no built in way?