{% extends "layout.html" %} {% block header %}
{% endblock %} {% block content %}
TESTIMONIALS

what people are saying about thumbor

    {% for testimonial in testimonials %}
  • {{ testimonial.summary | safe }}
    {{ lines_as_paragraph(testimonial.text) | safe }}
  • {% endfor %}
SEND YOURS

If you are using thumbor and your site or product is not listed here, please share your words with us and we'll include your logo and a short description on how you are using it.

SEND

{% endblock %} {% block header_js %}{% endblock %} {% block breakpoints_js %}{% endblock %} {% block js_bottom %} {% endblock %}