I added my vote to this but wanted to add a comment as well.
I was hoping to suppress pagination when there is only one page, e.g. for featured posts.
The if
helper won’t work because pages
is always at least 1 (if nothing featured I suppress the whole section). has
doesn’t help here either.
I would add something like this - if statement - Check for a value equals to in Ember Handlebar If block helper - Stack Overflow.