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

Plugins

Plugins can only read/write inside the user's home directory.

{% if error %}

{{ error }}

{% endif %} {% if ok %}

{{ ok }}

{% endif %}

Install stub plugin

{% for p in plugin_list %} {% else %} {% endfor %}
PluginPath
{{ p.name }} ~/{{ p.path }}
No plugins for this user
{% if output %}
{{ output }}
{% endif %} {% endblock %}