According to https://liquidjs.com/tags/layout.html#Blocks LiquidJS supports Layout Blocks I can call from my Layout Template.
My default template contains the {{content}} block.
When I attempt to add another block called "sidebar" with either the {% %} or {{ }} and define it in my .md file it does not render.
Does 11ty support layout blocks out of the box?