{{extend 'layout.html'}}

{{=response.title or ''}}


Block Collection

{{@managed_html.collection_block('collection') def _(collection):}} {{for block in collection:}} {{block()}} {{pass}} {{pass}} {{_()}}