{% extends "workspaces/base.html" %} {% from "components/text_input.html" import TextInput %} {% block workspace_content %}
{% include "fragments/edit_project_form.html" %}

Project Environments

Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.

{% endblock %}