{%- macro content_label(target) %} {% if target == 'course' %} 课程编号 {% elseif target == 'page' %} 单页编号 {% elseif target == 'link' %} 链接地址 {% endif %} {%- endmacro %}