{# As numeric.html, but renders the unit verbatim. Attributes which resolve their own unit abbreviation #}
{# (e.g. DiameterAttr, FlowRateAttr) already supply correct casing, which "L/min" and "GPM" depend on. #}
{{ value }}
{% if unit %}
{{ unit }}
{% endif %}