Skip to content

Commit 3aa11c9

Browse files
committed
Include component on file
1 parent c77dd32 commit 3aa11c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<section id="{{ $block->id }}" class="{{ $block->class }}" >
1+
@mainwrapper(['block' => $block])
22
<div class="container">
33
<h2>{{ $block->title }}</h2>
44
<p>{{ $block->text }}</p>
55
<p>{{ $block->intro }}</p>
66
<p>{{ $block->custom_prop }}</p>
77
</div>
8-
</section>
8+
@endmainwrapper

0 commit comments

Comments
 (0)