smart_trim-8.x-1.3/tests/themes/smart_trim_test_theme/templates/smart-trim--field-unwrapped.html.twig
tests/themes/smart_trim_test_theme/templates/smart-trim--field-unwrapped.html.twig
{#
/**
* @file
* Display a Smart Trimmed field without wrapper (adds some trailing text for verification).
* Minimal output - we don't care about more link.
*/
#}
{{ output }}
<p>Below unwrapped</p>
{% if more != null %}
{{ render_var(more) }}
{% endif %}
