= $this->extend($viewDatas['layout']['layout']) ?>
= $this->section('content') ?>
= $this->include($viewDatas['layout']['layout'] . '/top'); ?>
= $this->include($viewDatas['layout']['path'] . '/welcome/hero'); ?>
= $this->include($viewDatas['layout']['path'] . '/welcome/statsbar'); ?>
= $this->include($viewDatas['layout']['path'] . '/welcome/server'); ?>
= $this->include($viewDatas['layout']['path'] . '/welcome/network'); ?>
= $this->include($viewDatas['layout']['path'] . '/welcome/datacenter'); ?>
기술 지원 & 문의
견적 문의, 기술 지원, 장애 접수 등 데몬 IDC 엔지니어와 직접 상담하세요.
= $this->include($viewDatas['layout']['path'] . '/welcome/inquiry'); ?>
= $this->include($viewDatas['layout']['layout'] . '/bottom'); ?>
= $this->endSection() ?>