1 2 3 4 5 6 7 8 9
{{~#if (ne this null)~}} <div class="deprecated"> <div><span>Deprecated</span></div> {{~#if (ne this "")~}} <div>{{{this}}} {{! markdown rendering }}</div> {{~/if~}} </div> {{~/if~}}