Adding a conditional to mustache/php Consider: 다음과 같은 조건을 구현하려면 어떻게 해야 합니까?{{{ data.variation.wccaf_gtin }}}공백/공백 값을 반환한 다음 "GTIN 사용 불가" 에코를 선택합니다. What I have tried: I have read this on wiki: Template with section tag: {{#x}} Some text {{/x}} Here, when x is a Boolean value then the section tag acts like an if conditional So I tried GTIN: {{#repo}}{{ data.variation.wccaf_gtin }}{{/repo}}{{^repo..