description = "Default layout" [cookiesBar] [emptyForm newsletterForm] group = "Newsletter" messages_success = "Your form was successfully submitted" messages_errors = "There were errors with your submission" mail_enabled = 1 mail_replyto = "{{ form.email }}" mail_template = "martin.forms::newsletter.notification" reset_form = 1 inline_errors = "disabled" js_on_success = "const elemToHideMain = document.querySelectorAll(\"#newsletterForm .hide-js\"); elemToHideMain.forEach(function(element) { element.style.display = 'none'; });" sanitize_data = "disabled" anonymize_ip = "disabled" recaptcha_theme = "light" recaptcha_type = "image" recaptcha_size = "normal" emails_date_format = "Y-m-d" == header_logo; if ($logo) { $path = storage_path('app/'.$logo->getDiskPath()); list($width, $height) = getimagesize($path); $this['logoWidth'] = $width; $this['logoHeight'] = $height; } // Get page file name $this['baseFileName'] = $this->page->baseFileName; } ?> == {# HEAD #} {% partial 'global/head' baseFileName=baseFileName %} {# PAGE SPINNER #} {% content 'page-spinner' %} {# TO TOP #} {# COOKIE NOTICE #} {% if this.page.baseFileName != 'maintenance' and this.page.baseFileName != 'page-not-found-404' and this.page.baseFileName != 'cookie-settings' and this.page.baseFileName != 'error-page-500' and this.page.baseFileName != 'privacy-policy' %}
{% if sgCookies.consent is empty and viewBag.hideCookiesBar == false and page.viewBag.hideCookiesBar == false %}
{% partial cookiesBar ~ '::cookiesbar' %}
{% endif %} {% partial 'global/run-scripts' %}
{% endif %} {# HEADER #} {% partial 'global/header' %} {# MAIN #}
{% page %}
{# FOOTER #} {% partial 'global/footer' %} {# SCRIPTS #} {% partial 'global/scripts' %} {# PLUGIN SCRIPTS #} {% scripts %}