<div class="event_registration js-event-embed" id="register" data-thankyou="http://localhost:3000/components/preview/template-landing-thank-you">
    <div class="event_registration_wrapper">
        <div class="fs-row">
            <div class="fs-cell">
                <div class="event_registration_inner">
                    <figure class="event_registration_figure">

                        <img class="event_registration_image" srcset="https://images.fastspot.com/generic/1440x1080/1 1440w, https://images.fastspot.com/generic/1220x915/1 1220w, https://images.fastspot.com/generic/980x735/1 980w, https://images.fastspot.com/generic/740x555/1 740w, https://images.fastspot.com/generic/500x375/1 500w, https://images.fastspot.com/generic/300x225/1 300w" src="https://images.fastspot.com/generic/300x225/1" alt="" loading="lazy" width="300" height="225">
                    </figure>
                    <div class="event_registration_date_wrapper">
                        <h2 class="event_registration_date"><span class="hidden">Open House Date: </span>Saturday, April 27th <br><span>10 a.m. to 2 p.m. EDT</span></h2>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="event_registration_embed">
        <h2 class="event_registration_embed_title">Reserve Your Spot Today</h2>
        <div class="js-slate-div" id="form_8db57780-07d4-41e8-8610-0a5af97da462">Loading...</div>
        <script async="async" src="https://admissions.paulsmiths.edu/register/?id=8db57780-07d4-41e8-8610-0a5af97da462&amp;output=embed&amp;div=form_8db57780-07d4-41e8-8610-0a5af97da462">
            /**/
        </script>
    </div>
</div>
<div class="event_registration js-event-embed" id="register" data-thankyou="{{ thankyou_url }}">
	<div class="event_registration_wrapper">
		<div class="fs-row">
			<div class="fs-cell">
				<div class="event_registration_inner">
					<figure class="event_registration_figure">
						{% include '@partial-image' with {
							class: 'event_registration',
							alt: '',
							image: image,
							loading: 'lazy',
							sources: [
								img.full.xlrg,
								img.full.lrg,
								img.full.med,
								img.full.sml,
								img.full.xsml,
								img.full.xxsml
							]
						} %}
					</figure>
					<div class="event_registration_date_wrapper">
						<h2 class="event_registration_date"><span class="hidden">Open House Date: </span>{{ date }} <br><span>{{ time }}</span></h2>
					</div>
				</div>
			</div>
		</div>
	</div>
	<div class="event_registration_embed">
		<h2 class="event_registration_embed_title">Reserve Your Spot Today</h2>
		<div class="js-slate-div" id="form_8db57780-07d4-41e8-8610-0a5af97da462">Loading...</div>
		<script async="async" src="https://admissions.paulsmiths.edu/register/?id=8db57780-07d4-41e8-8610-0a5af97da462&amp;output=embed&amp;div=form_8db57780-07d4-41e8-8610-0a5af97da462">/**/</script>
	</div>
</div>

No notes defined.