7 lines
153 B
Scheme
Raw Normal View History

2020-04-01 02:42:00 +07:00
<div class="form-element__form">
<% if $Title && $ShowTitle %>
<h2 class="form-element__title">$Title</h2>
<% end_if %>
$Form
</div>