Template's onRendered fires before partials onCreated?

This seems like strange behavior to me. I have a layout template that includes several partials. The layout template’s onCreated and onRendered methods fire before any of the partial’s onCreated’s fire. I get that it’s probably because the partials are just being inserted into the rendered DOM. Is there any method/hook to tell when all templates and partials have been rendered?