2020-07-01 16:02:39 +07:00

8 lines
121 B
Scheme

<$Tag $AttributesHTML>
<% if $Tag == 'fieldset' && $Legend %>
<legend>$Legend</legend>
<% end_if %>
$Field
</$Tag>