{% extends base %} {% block head %} {% end %} {% block body %} {% init error = "" %} {% init description = "" %} {% init input = "" %} {% init output = "" %} {# 标题 #} {% include plugin/base/base_plugin_title.html %} {# HTML输出 #} {% if html != None and html != "" %} {% raw html %} {% end %} {# 文本输出放到后面 #} {% if output != None and output != "" %}