{% extends base.html %} {% block head %} {% end %} {% block body %} {% init error = "" %} {% init action = "/system/properties" %}
{% set title = "系统配置" %} {% set back_link = "javascript:history.back();" %} {% include common/base_title.html %} {% if error != "" %}
    {{error}}
    
{% end %}
{# TODO 需要处理下搜索的高亮 #} {% end %}