{# Untagged, Untokenized Char Output #} {# Are there untokenized chars between the end of tag_map and the start of next_tag_map? #} {% if s is defined and untokenized_chars_pos_start is defined and untokenized_chars_pos_end is defined and untokenized_chars_pos_start < s|length and untokenized_chars_pos_end < s|length and untokenized_chars_pos_end + 1 - untokenized_chars_pos_start > 0 %} {# This needs to be in a , due to the CSS technique used to remove whitespace between inline elements. #} {{ s[untokenized_chars_pos_start:untokenized_chars_pos_end + 1] }} {% endif %}