The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

<label class="label [% IF f.has_errors %]fld_error[% END %]" for="[% f.name %]">[% f.label %]</label>
<textarea rows="[% f.rows %]" cols="[% f.cols %]">
[% f.fif %]
</textarea>