/**
  * Returns the name of the current template, or the default.
  *
  * @return string
  */
 public function getTemplate()
 {
     return parent::getTemplate() ? parent::getTemplate() : DocBlox_Core_Abstract::config()->transformations->template->name;
 }