<#macro tagsRow typeId='' typeName=''>
${typeName?has_content?then(typeName,'标签')}:
增加 点击某个标签可以将其删除
<#macro tags typeIds='' tagIds=''> <#if typeIds?has_content> <@_tagType ids=typeIds> <#list map?keys as k> <@tagsRow k map[k].name/> <#else> <@tagsRow/>