We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77dd32 commit 3aa11c9Copy full SHA for 3aa11c9
resources/blocks/sample-block/sample-block.blade.php
@@ -1,8 +1,8 @@
1
-<section id="{{ $block->id }}" class="{{ $block->class }}" >
+@mainwrapper(['block' => $block])
2
<div class="container">
3
<h2>{{ $block->title }}</h2>
4
<p>{{ $block->text }}</p>
5
<p>{{ $block->intro }}</p>
6
<p>{{ $block->custom_prop }}</p>
7
</div>
8
-</section>
+@endmainwrapper
0 commit comments