saus
saus copied to clipboard
Inherit <head> from default renderer
When a renderer returns a non-nullish value, it inherits the head callback of the default renderer if it doesn't define its own.
And if a routed renderer does define a head callback, but it returns a fragment (ie: HTML not wrapped in <head> tag), append that fragment into the default renderer's head output.