8 lines
438 B
PHP
8 lines
438 B
PHP
<?php $__env->startSection('content'); ?>
|
|
<?php if(isset($debugText)): ?>
|
|
<?php echo e($debugText); ?>
|
|
|
|
<?php endif; ?>
|
|
<?php echo $__env->make('inc.publish.listStadtanzeiger', ['publications' => $publications], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|
|
<?php $__env->stopSection(); ?>
|
|
<?php echo $__env->make('layouts.mail', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|