Is there an existing way in Blade to mimic Jinja2's block construct?
I understand it is possible to use @yield('content', '<h1>Default content</h1>'), but this is clunky and ugly if you want the default content to be much bigger than a small string.