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