{% macro category(category,questions) -%} {% set fl = 0 %} {% if category == 'topic' %} {% set chname = '创建的主题' %} {% set chlist = ['的回复','的笔记','的收藏'] %} {% set enlist = ['rep','ntb','collect'] %} {% set fl = 1 %} {% elif category == 'rep' %} {% set chname = '的回复' %} {% set chlist = ['的回复','的笔记','的收藏'] %} {% set enlist = ['rep','ntb','collect'] %} {% set fl = 1 %} {% elif category == 'ntb' %} {% set chname = '的笔记' %} {% set chlist = ['的回复','的笔记','的收藏'] %} {% set enlist = ['rep','ntb','collect'] %} {% set fl = 1 %} {% else %} {% set chname = '的收藏' %} {% set chlist = ['的回复','的笔记','的收藏'] %} {% set enlist = ['rep','ntb','collect'] %} {% set fl = 1 %} {% endif %}