However, the tricky case they've run into:
<template name="hello"> {{#if bold}} <b>Hello {{name}}!</b> {{else}} Hello {{name}}! {{/if}} </template>
<template name="hello"> <b tal:omit-tag="not:bold">Hello {{name}}!</b> </template>
However, the tricky case they've run into:
has been solved in TAL: