{# Displays the download link for the Python source code of the example. #} {% set download_links = get_download_links() %} {% if download_links %}
{% for key, link_info in download_links.items() %} {% if link_info %}
Download {{ link_info.label }}
{% endif %} {% endfor %}
{% endif %}