7 lines
204 B
PHP
7 lines
204 B
PHP
|
<?php $__env->startSection('main_content'); ?>
|
||
|
|
||
|
|
||
|
Main!
|
||
|
<?php $__env->stopSection(); ?>
|
||
|
|
||
|
<?php echo $__env->make('cms.cms-master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|