| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/0026abe5eebe137df70b8ca92cf523bc195cfd88.php |
<!doctype html>
<html lang="<?php echo e(config('app.lang')); ?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title><?php echo $__env->yieldContent('title'); ?></title>
<?php if($cspContent ?? false): ?>
<meta http-equiv="Content-Security-Policy" content="<?php echo e($cspContent); ?>">
<?php endif; ?>
<?php echo $__env->make('common.export-styles', ['format' => $format, 'engine' => $engine ?? ''], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->make('common.export-custom-head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</head>
<body>
<div class="page-content">
<?php echo $__env->yieldContent('content'); ?>
</div>
</body>
</html><?php /**PATH /var/www/html/bookstack/resources/views/layouts/export.blade.php ENDPATH**/ ?>