I want to create a new checkout/payment template which has a different layout than the whole site. For example, it has a header navigation bar with the logo in the center, a centered fullwidth checkout wizard, etc... The problem is, I want to reuse the "website.layout" template so that I can use other built-in features of Odoo.
Currently, I achieve that by creating a new template inside my module based on "web.layout" instead of "website.layout". But it doesn't feel right to me. Because I can't, as I said above, use built-in features of Odoo such a site builder, web editor, ... I wonder if there are any ways to replace the built-in header and footer inside <t t-call..
block.