{% extends "./inc/base.html" %} {% block style %} {% endblock %} {% block content %}
{% include "./inc/mp_side.html" %}

{{controller.meta_title}}

    {%set i = 1 %} {% for info in list %} {%if info.type == "text"%}
  •  文字
  • {% elif info.type == "news" %}
  •  图文
  • {% elif info.type == "image"%}
  •  图片
  • {% elif info.type == "voice"%}
  •  语音
  • {%elif info.type == "video"%}
  •  视频
  • {%endif%} {%set i=i+1%} {%endfor%}
{%set n=1%} {% for info in list %} {%if info.type =="text"%}
{{ info.content if info.type == 'text' else ''}}
表情

,按下Shift+Enter键换行

还可以输入600

    {%elif info.type == "news"%}
    {% if info.type == 'news' and info.content %}
    {% set content = info.content|strToJson %} {% for item in content %}
    {{item.title}}
    {{item.title}}
    {% endfor %}
    删除 {% endif %}
    {%elif info.type == "image"%} {%elif info.type == "voice"%} {%elif info.type == "video"%} {%endif%} {%set n=n+1%} {%endfor%}
    {% endblock %} {% block script %} {% endblock %}