description = "Default layout"
[localePicker]
forceUrl = 1
[seo]
append = "| Goline"
==
toArray();
});
Log::info('Company info read from DB');
}
}
?>
==
{% htmlcompress %}
{{this.page.meta_title}}
{# Social Meta Tags #}
{% if this.page.seo_image %}
{% set seoImage = this.page.seo_image.getPath() %}
{% endif %}
{# Critical CSS #}
{% if config('app.debug') %}
{% else %}
{% endif %}
{% styles %}
{# Ref: https://stackoverflow.com/a/14271049/6755585 #}
{% partial 'site/header' %}
{% partial 'home/hero' %}
{% page %}
{% partial 'site/footer' %}
{% scripts %}
{% endhtmlcompress %}