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

Plugins

Runs only inside your home directory.

{% if error %}

{{ error }}

{% endif %} {% if ok %}

{{ ok }}

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