<ul> #channel_list(parent_id = 2, channel_type = 'news') #for(tag_list as c) <li>#(c.id)</li> #else <li>没有数据</li> #end #end </ul>
请问,如何实现以上 channel_list 的模板?Directive该如何写?
#define channel_list(parent_id, channel_type)
...
#end
用的时候调用一下:
#@channel_list(...)