mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
11 lines
276 B
Scheme
11 lines
276 B
Scheme
|
<div class="form-element__form $ExtraClass">
|
||
|
<div class="row">
|
||
|
<div class="col-md-6">
|
||
|
<% if $Title && $ShowTitle %>
|
||
|
<h2 class="form-element__title">$Title</h2>
|
||
|
<% end_if %>
|
||
|
$Form
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|