In the official documentation Todo example on this page:
https://www.meteor.com/tutorials/blaze/temporary-ui-state
Inside example 3.5 I see this <h1>Todo List ({{incompleteCount}})</h1>
and I noticed throughout the rest of the tutorial it seems that the parenthesis are not really needed. I did not include them here and the app still works fine. Is there a reason or benefit to wrapping your double-curly brackets in parenthesis?
Thanks in advance,
Justin