In a template, you can use if to conditionally render content. There are 2 styles of if: block and inline. {{#if this.thingIsTrue}} Content for the block ...
確定! 回上一頁