unless —
| Attribute | Pos. | Req. | Default | Description |
|---|---|---|---|---|
| interpolate | 0 | interpolate output? | ||
| hide | 0 | Hide the tag return value? |
Interchange 5.9.0:
Source: lib/Vend/Interpolate.pm
Lines: 2828
sub tag_unless {
return tag_self_contained_if(@_, 1) if defined $_[4];
return tag_if(@_, 1);
}