= $this->extend(LAYOUTS[$viewDatas['layout']]['path']) ?>
= $this->section('content') ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
= $dashboard ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>