= $this->extend(LAYOUTS[$viewDatas['layout']]['path']) ?>
= $this->section('content') ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/left_menu'); ?>
= $this->include("templates/{$viewDatas['layout']}/index_header"); ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>