/**
  * Loads post part template from a file.
  * @param string $slug Post part template slug
  * @return string Loaded template
  */
 private function _get_template($slug)
 {
     return Upfront_Posts_PostsData::get_template($slug, $this->_data);
 }