title = "Maintenance" url = "/maintenance" is_hidden = 0 == maintenance_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; } ?> == {# CRITICAL CSS #} {% put styles %} {% partial 'critical/maintenance' %} {% endput %} {# HEAD #} {% partial 'global/head' baseFileName=baseFileName %} {# PAGE SPINNER #} {% content 'page-spinner' %}
{# COVER #}
{# SCRIPTS #} {% partial 'global/scripts' %}