{% extends "base.html" %} {% from "partials/components.html" import page_header %} {% from "partials/icons.html" import terminal, save %} {% block title %}Console - Compose Farm{% endblock %} {% block content %}
{{ page_header("Console", "Terminal and editor access") }}

{{ terminal() }} Terminal

Full shell access to selected host

Editor

{% endblock %} {% block scripts %} {% endblock %}