<?php $__env->startSection('title'); ?>
<?php echo $core->getLang('app_404_error_title'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
fddf<hr/>aaaaaaaaaaaaaaaaaaa
<?php echo $aaa; ?>

==<?php echo e($now); ?>==
<?php echo e($APP_THEME_PATH); ?><hr/>
<?php echo e($APP_THEME_REALPATH); ?>

<?php $__env->stopSection(); ?>


<?php echo $__env->make('layout.web', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>