{% extends 'layout.html' %}
{% block content %}
{% include "get_started.html" %}
{% include "why_thumbor.html" %}
{% include "benefits.html" %}
{% include "testimonials.html" %}
{% include "the_team.html" %}
{% endblock %}
{% block js_bottom %}
{% endblock %}