{% extends "home.html" %} {% block page_content %}
{% for hero in HOME.hero %}

{{ hero.alt }}

{{ hero.headline }}

{% endfor %}
Envoy {{ LATEST_VERSION }} is now available
Read the changelog

Created By

Lyft

Used By

{% for company in COMPANIES %}
{{ company.name }}
{% endfor %}

Why Envoy?

{% for reason in WHY %}

{{ reason }}

{% endfor %}

Features

{% for feature in FEATURES %}
{{ feature.name }}

{{ feature.description }}

{% endfor %}
{% for quote in QUOTES %}

"{{ quote.text }}"

{{ quote.author }} {{ quote.role }}

{% endfor %}

Ready to roll?

cloud-native computing

We are a Cloud Native Computing Foundation graduated project.

{% endblock page_content %}