<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <!-- caption template -->
    <t t-name="html_editor.EmbeddedCaption">
        <input t-attf-class="border-0 p-0"
            t-ref="captionInput" type="text" maxLength="100" t-att-placeholder="'Write your caption here'"
            t-on-blur="onInputBlur" t-on-keydown.stop="" t-on-beforeinput="onInputBeforeInput" t-on-keyup="onInputKeyup"
            t-att-value="state.caption"/>
    </t>
</templates>
