/**
  * Add the layout template.
  *
  * @param LayoutInterface $layout The layout template
  */
 public function addLayout(LayoutInterface $layout)
 {
     $this->layouts[$layout->getName()] = $layout;
 }