{{! // widget_post_title_text_tmpl.html // - 타이틀, 텍스트 // @update date: 2023.12.04 // @author: GTGF, DANU }}
{{!BEGIN: 카테고리}} {{#ifCond wset.use.category '==' 'on'}} {{#if category}}
{{category}}
{{/if}} {{/ifCond}} {{!END: 카테고리}} {{!BEGIN: 제목}} {{#ifCond wset.typo.subject.display '==' 'on'}} {{{subject}}} {{/ifCond}} {{!END: 제목}} {{!BEGIN: 설명}} {{#ifCond wset.use.desc '==' 'on'}}

{{! 요약 글이 있는 경우, 요약 글을 우선하여 출력함}} {{#if content_desc}}{{content_desc}}{{else}}{{content}}{{/if}}

{{/ifCond}} {{!END: 설명}}