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

Sysop Console

Quick read-only commands. Type help for the list.

$
{% if output %}
{{ output }}
{% endif %} {% endblock %}