Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/builder/code
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/builder/code/template.php
<?php
$id = $element['id'];
$class = $element['class'];
$attrs = $element['attrs'];
?>
<pre<?= $this->attrs(compact('id', 'class'), $attrs) ?>><code class="el-content"><?= str_replace("\n", '', $this->apply($element, 'e|nl2br')) ?></code></pre>