{% extends "starship/components/tabs.html" %} {% block body %} {% if 'environ' in data and data.environ|length > 0 %}
{% for k, v in data.environ.items() %} {% endfor %}
Key Value
{{ k }} {{ v }}
{% else %}

No environment variables found in local instance.

{% endif %} {% endblock %}