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