{# fabledscryer/templates/settings/plugin_detail.html #} {% extends "base.html" %} {% block title %}{{ plugin.get('name', plugin._dir) }} Settings — Fabled Scryer{% endblock %} {% block content %} {% set active_tab = "plugins" %} {% include "settings/_tabs.html" %}
{{ plugin.description }}
{% endif %} {% endblock %}