{% extends "base.html" %} {% block title %}CLI{% endblock %} {% block content %}

You can enter commands here as if you were at the console.

{% csrf_token %}

Module Output

{% endblock %} {% block js %} {% endblock %}