<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <template id="api_doc.docclient">
        <t t-call="web.layout">
            <t t-set="html_data" t-value="{'style': 'height: 100%;'}"/>
            <t t-set="title">Odoo Runtime Doc</t>
            <t t-set="head">
                <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
                <t t-call-assets="api_doc.assets" />
            </t>
        </t>
    </template>
</odoo>
