{% macro list_mounts(gateway) %}

Mounted Apps at {{gateway.url() or '/'}}

{{ card_tools(self) }}
{% for prefix,import_name in gateway.mounts.items() if prefix not in config.DEFAULT_APPS %} {% endfor %}
Prefix FLASK_APP Name
{{prefix}} {{import_name}} {%-if prefix not in gateway.instances-%} Not Created Yet {%-else-%} {{ gateway.instances[prefix].name }} {%-endif-%}
{%endmacro%}