<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">

    <t t-name="Notification" owl="1">
        <div class="notification">
            <span>
                <t t-esc="props.message" />
            </span>
        </div>
    </t>

</templates>
