<!DOCTYPE html><html lang="<?= $this->language ?>"<?php if ($this->isRTL): ?> dir="rtl"<?php endif; ?>><head><meta charset="<?php echo $this->charset; ?>"><title><?php echo $this->pageTitle; ?> - <?php echo $this->mainTitle; ?></title><base href="<?php echo $this->base; ?>"><!-- <meta name="robots" content="<?php echo $this->robots; ?>"> --><meta name="robots" content="noindex, nofollow"><meta name="description" content="<?= Contao\StringUtil::substr($this->description, 320) ?>"><meta name="keywords" content="<?php echo $this->keywords; ?>"><meta name="generator" content="Contao Open Source CMS"><?php if ($this->canonical): ?> <link rel="canonical" href="<?= $this->canonical ?>"><?php endif; ?><?php echo $this->viewport; ?> <?php echo $this->framework; ?> <?php echo $this->stylesheets; ?> <?php echo $this->mooScripts; ?> <?php echo $this->head; ?>{{file::hideaway4you/_header.php}}</head><body id="top" class="{{ua::class}}<?php if ($this->class): ?> <?php echo $this->class; ?><?php endif; ?>"<?php if ($this->onload): ?> onload="<?php echo $this->onload; ?>"<?php endif; ?>><?php echo $this->sections["CustomTop"]; ?><div class="notify"><p class="message"></p></div><div id="wrapper"><?php if ($this->header): ?> <header id="header"><div class="inside"><?php echo $this->header; ?> </div></header><?php endif; ?><?php echo $this->getCustomSections('before'); ?><div id="container"><div id="main"><div class="inside"><?php echo $this->main; ?> </div><?php echo $this->getCustomSections('main'); ?> </div><?php if ($this->left): ?> <aside id="left"><div class="inside"><?php echo $this->left; ?> </div></aside><?php endif; ?><?php if ($this->right): ?> <aside id="right"><div class="inside"><?php echo $this->right; ?> </div></aside><?php endif; ?> </div><?php echo $this->getCustomSections('after'); ?> <div class="container py-4 py-md-5">{{insert_article::partner}}</div><?php /* <?php if ($this->footer): ?> <footer id="footer"> <div class="inside"> <?php echo $this->footer; ?> </div> </footer> <?php endif; ?> */ ?> {{file::hideaway4you/_footer-content.php}}</div><?= $this->getCustomSections('bottom'); ?> <?php $this->insert('tmpl_search-popup') ?> <?= $this->sections["FooterJS"]; ?>{{file::hideaway4you/_footer.php}}<?= $this->mootools ?> <?= $this->jsonLdScripts ?></body></html>