{{! // widget_post_label_tmpl.html // - 라벨, Default // @update date: 2024.01.16 // @author: GTGF, DANU }}
{{! 랭크 라벨}} {{#ifCond wset.label.rank '==' 'on'}} {{/ifCond}} {{! 공지 글 라벨}} {{#ifCond wset.label.notice '==' 'on'}} {{#if is_notice}}
NOTICE
{{/if}} {{/ifCond}} {{! 새 글 라벨}} {{#ifCond wset.label.new '==' 'on'}} {{#if is_new}}
NEW
{{/if}} {{/ifCond}} {{! 인기 라벨}} {{#ifCond wset.label.popular '==' 'on'}} {{#if is_hot}}
BEST
{{/if}} {{/ifCond}} {{! 비밀글 라벨}} {{#ifCond wset.label.lock '==' 'on'}} {{#if is_secret}}
SECRET
{{/if}} {{/ifCond}} {{! 잠금 라벨}} {{#ifCond wset.label.lock '==' 'on'}} {{#if is_lock}}
LOCK
{{/if}} {{/ifCond}}