Who maintains the {{title}} project?
Here's a hint. The project's description is:
{{description}}
We won’t ever get here, because url is falsy - it’s undefined
{{/url}} Data { title: “Handlebars.js”, description: “Awesome JavaScript Templating” } TemplateWho maintains the {{title}} project?
Here's a hint. The project's description is:
{{description}}
We’ll get here, since we’re in an inverted block
{{/url}} Data { title: “Handlebars.js”, description: “Hooray JavaScript Templating” } TemplateWe won’t ever get here, because url is falsy - it’s undefined
{{else}}We will get here, though.
{{/url}} Data { title: “Handlebars.js”, description: “Awesome JavaScript Templating” } TemplateWe won’t ever get here, because url is falsy - it’s undefined
{{/url}} {{^ url}}We will get here, though.
{{/url}} Data { title: “Handlebars.js”, description: “Awesome JavaScript Templating” } Template