Rails content_for stacks content

Worth remembering, the content_for helper appends subsequent calls rather than replacing.

So would render “Hello world!”.

Seems kind’ve insane to me, if I wanted that behaviour I could always add it to content_for rather than doing it by default.