{{! // HOWTO: post-item-wrapper를 포함한다. // - post-card-wrapper: // - g-post-card // -- g-card-img: thumbnail 출력 영역 // -- g-card-header: header 영역으로 출력이 필요한 경우 // -- g-card-body: info 출력 영역 // -- g-card-footer: footer 영역으로 출력이 필요한 경우 출력 영역 }}
{{!BEGIN: Card Header}}
{{> widget_post_image}}
{{!END: Card Header}} {{!BEGIN: Card Body}}
{{! 타이틀, 텍스트}} {{> widget_post_title_text}} {{! 부가정보}} {{#ifCond wset.use.info "==" "on"}}
{{> widget_post_info_line_text}}
{{/ifCond}} {{!BEGIN: 라벨}} {{#ifCond wset.layout.label.display '==' 'body'}} {{#ifCond wset.use.label '==' 'on'}}
{{#ifCond wset.layout.label.type '==' 'ko'}} {{> widget_post_label_ko}} {{else}} {{> widget_post_label}} {{/ifCond}}
{{/ifCond}} {{/ifCond}} {{!END: 라벨}} {{! 링크}} {{#ifCond wset.use.link '==' 'on'}} {{> widget_post_link}} {{/ifCond}}
{{!END: Card Body}}