{% capture output %}
{% assign email = include.username
| append: " AT "
| append: include.domain
| replace: ".", " DOT "
| prepend: " RemoveThisText "
| append: " RemoveThisText "
%}
{% if include.script != true %}
{{
include.name
}}
{% else %}
{% endif %}
{% endcapture %}{{ output | strip_newlines | strip }}{{ include.after }}