{% extends "base.html" %}
{% block title %}Plugins — {{ title }}{% endblock %}
{% block content %}
Plugins can only read/write inside the user's home directory.Plugins
{{ error }}
{% endif %} {% if ok %}{{ ok }}
{% endif %}| Plugin | Path | |
|---|---|---|
| {{ p.name }} | ~/{{ p.path }} |
|
| No plugins for this user | ||
{{ output }}{% endif %}
{% endblock %}