{% extends base %} {% block body %} {% init msg_list = [] %}
<无匹配标签> {% for msg in msg_list %} {{msg.content}} {% end %}
{% end %}