% if ( exists $prop->{rem} && $prop->{rem} ) {
» <% $prop->{rem} %>
% } <%once> use JSON::XS; <%args> $name => undef $check => undef $prop => {} $object => undef <%init> $check = html_escape($check) unless $prop->{no_escape}; if ( ref $check ) { $check = Encode::encode('utf-8', JSON::XS->new->utf8->encode( $check )); }