/**
  * Get a full qualified path to a given page
  *
  * @param $version
  * @param $page
  *
  * @return string
  */
 protected function fullPagePath($version, $page)
 {
     return $this->git->getRepoViewsDir($version) . "/" . $page . $this->filesExt;
 }