mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
10 lines
336 B
HTML
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>
|