Conditionals in handlebars

@fruit sorry, I missed a simpler approach here with the {{#has}} helper:

{{#has any="prev, next"}}
    {{t "Page {page} of {pages}" page=page pages=pages}}
{{/has}}
4 Likes