{% if tag == 'debug' %}调试 {% elif tag == 'info' %}提示信息 {% elif tag == 'success' %}成功 {% elif tag == 'warning' %}注意 {% elif tag == 'error' %}错误 {% endif %}

{{message|linebreaksbr}}

{% for name,link in buttons.items %} {{name}} {% endfor %}