<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-name="web.HighlightText">
        <span t-att-searchableText="props.originalText">
            <t t-out="this.text"/>
        </span>
    </t>
</templates>
