if (posts.length === 0) {
      res.render('info', {
        title: 'Home',
        description: 'No more posts to read.'
      });