8 lines
142 B
Scheme
Raw Normal View History

2020-07-01 16:02:39 +07:00
<$Tag $AttributesHTML>
<% if $Tag == 'fieldset' && $Legend %>
2021-01-14 02:03:21 +07:00
<legend class="form__legend">$Legend</legend>
2020-07-01 16:02:39 +07:00
<% end_if %>
$Field
</$Tag>