TODO:
Use this binder to create a function that can later on be invoke with {{call…}}.
{{function name="promo"}}
{{if date('Y-m-d') < $expiration}}
<h1>Get this promotion Now!</h1>
<p><i>Expires {{$expiration}}</i></p>
{{/if}}
{{/function}}
{{call promo expiration="2017-03-05"}}