/**
  * __construct
  *
  * PageController constructor
  *
  * @param string $template
  */
 public function __construct($template = 'taxonomy.twig')
 {
     parent::__construct($template);
 }