{% extends "content.html" %} {% set active_page = "training" %} {% block content %}

Training available for Envoy Proxy

{% for resource in TRAINING %}

{{ resource.description }}

Sign up for the free course › {% if resource.github %}  |  Github {% endif %}

{% endfor %}
{% endblock content %}