<templates>
    <t t-name="set-from-attribute-literal">
        <t t-set="value" t-value="'ok'"/><t t-esc="value"/>
    </t>
    <t t-name="set-from-body-literal">
        <t t-set="value">ok</t><t t-esc="value"/>
    </t>

    <t t-name="set-from-attribute-lookup">
        <t t-set="stuff" t-value="value"/><t t-esc="stuff"/>
    </t>
    <t t-name="set-from-body-lookup">
        <t t-set="stuff"><t t-esc="value"/></t><t t-esc="stuff"/>
    </t>
</templates>
