<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
<head>
<title>{{ page.title ?? pimcore_website_config('sitename', "") }} </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Coolworld offers rental of temporary cold storage rooms and freezers in all imaginable formats, full service. Contact us for customized advice.">
{# css file parsing might not work like expected in PDF #}
{{ vite('print.js', true)|raw }}
{{ block('style') }}
</head>
<body>
{{ block('content') }}
</body>
</html>