<?xml version="1.0" encoding="utf-8"?>
<odoo>

<!-- Multipage event - Default template for the Introduction page -->
<template id="template_intro">
    <t t-call="website_event.layout">
        <div class="oe_structure oe_empty" id="oe_structure_website_event_intro_1"/>
        <div class="oe_structure">
            <section class="s_title pt32 pb32" data-vcss="001" data-snippet="s_title" data-name="Title">
                <div class="container s_allow_columns">
                    <h1 class="display-3" style="text-align: center;">Introduction</h1>
                </div>
            </section>
        </div>
        <div class="oe_structure oe_empty" id="oe_structure_website_event_intro_2"/>
    </t>
</template>

</odoo>
