1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?xml version="1.0" encoding="UTF-8"?> <templates xml:space="preserve"> <t t-name="website.iframeWidget"> <iframe t-if="url" height="100%" width="100%" frameBorder="0" t-att-src="url" class='d-block' ></iframe> <div t-else="">No Url</div> </t> </templates>