{{! // widget_post_image_tmpl.html // - 이미지 썸네일 // @update date: 2024.01.09 // @author: GTGF, DANU }}
{{!BEGIN: 라벨}} {{#ifCond wset.layout.label.display '==' 'image'}} {{#ifCond wset.use.label '==' 'on'}}
{{#ifCond wset.layout.label.type '==' 'ko'}} {{> widget_post_label_ko}} {{else}} {{> widget_post_label}} {{/ifCond}}
{{/ifCond}} {{/ifCond}} {{!END: 라벨}} {{#if ../is_checkbox}} {{! 체크박스를 사용하는 경우}}
{{/if}} {{!EBGIN: 오버레이}} {{#ifCond wset.use.overlay "==" "on"}} {{! 오버레이를 사용하는 경우}} {{#ifCond wset.overlay.type '==' 'bgcolor'}} {{! 오버레이 타입이 배경 색상인 경우}}
{{/ifCond}} {{/ifCond}} {{!END: 오버레이}} {{!BEGIN: 이미지}}
{{!END: 이미지}} {{#ifCond img.type "==" "video"}} {{! 이미지 타입이 비디오인 경우}}
{{/ifCond}}