Files
landing_page/qdrant-landing/themes/qdrant-2024/layouts/partials/enterprise-solutions-testimonials.html
T

10 lines
336 B
HTML

<section class="enterprise-solutions-testimonials">
{{ with (.Site.GetPage "/enterprise-solutions/testimonial-1") }}
{{ partial "testimonial-light" (dict "context" .) }}
{{ end }}
{{ with (.Site.GetPage "/enterprise-solutions/testimonial-2") }}
{{ partial "testimonial-light" (dict "context" .) }}
{{ end }}
</section>