<div class="custom_hubspot_embed">
    <div class="fs-row">
        <div class="fs-cell fs-xl-8 fs-xl-push-1">
            <div class="custom_hubspot_embed_inner">
                <div class="custom_hubspot_embed_header">
                    <h2 class="custom_hubspot_embed_title">Customizeable Hubspot Embed</h2>
                    <span class="custom_hubspot_embed_description">Optional aenean lacinia bibendum nulla sed consectetur.</span>
                </div>
                <script>
                    hbspt.forms.create({
                        region: "na1",
                        portalId: "6713266",
                        formId: "7bd9fb66-88b5-4c99-9a1e-fafe288a752a"
                    });
                </script>
            </div>
        </div>
    </div>
</div>
<div class="custom_hubspot_embed">
	<div class="fs-row">
		<div class="fs-cell fs-xl-8 fs-xl-push-1">
			<div class="custom_hubspot_embed_inner">
				{% if title or description %}
				<div class="custom_hubspot_embed_header">
					{% if title %}
					<h2 class="custom_hubspot_embed_title">{{ title }}</h2>
					{% endif %}
					{% if description %}
					<span class="custom_hubspot_embed_description">{{ description }}</span>
					{% endif %}
				</div>
				{% endif %}
				{{ script }}
			</div>
		</div>
	</div>
</div>
  • Handle: @component-custom-embed
  • Preview:
  • Filesystem Path: src/twig/components/custom-embed/custom-embed.twig

No notes defined.