{% extends base.html %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %} {% block body_left %} {% include system/component/system_css.html %} {% init comment_html = "" %} {% init title = "系统信息" %}
{% include common/title/base_title.html %}
{% if comment_html != "" %}
{% raw comment_html %}
{% end %}
{% end %}