{% extends base %}
{% block body_right %}
{% include system/component/admin_nav.html %}
{% end %}
{% block body_left %}
{% set title = "模块信息" %}
{% from xnote.plugin import TextLink %}
{% set parent_link = TextLink(text="开发", href=f"{_server_home}/plugin_list?category=develop") %}
{% include "common/title/base_title.html" %}