{% extends base %} {% block body %} {% init error = "" %}
系统错误
{% include common/button/back_button.html %}
{% if error != "" %}
                {{error}}
            
{% end %} {% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}