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