Example #1
0
 /**
  * Sets up some partials.
  */
 public function __construct()
 {
     parent::__construct();
     $this->partials['list'] = $this->load("partials/list.mustache");
 }