<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-name="mail.Fullscreen">
        <div class="fixed-top vw-100 vh-100">
            <t t-component="props.component" t-props="props.props"/>
        </div>
    </t>
</templates>
