{# /** * @file * Display a Smart Trimmed field with wrapper. * Minimal output - we don't care about more link. */ #}
{{ output }}
{% if more != null %}
{{ render_var(more) }}
{% endif %} {% if is_trimmed %}
This text is trimmed.
{% else %}
This text is not trimmed.
{% endif %}