You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
1016 B

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
<title><%= content_for?(:title) ? yield(:title) : t(:project_name) %></title>
<%= tag :meta, name: 'description', content: content_for?(:meta_description) ? yield(:meta_description) : (@node.present?? @node.page_description : '') %>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" href="/ikea-favicon-300x300.png">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" sizes="16x16 32x32">
<link rel="icon" sizes="192x192" href="/ikea-favicon-300x300.png">
<%= stylesheet_link_tag "application" %>
<%= frontend_javascript_importmap_tags %>
</head>
<body>
<header>
<%= link_to svg('ikea-foundation-logo'), root_url %>
<div>
<%= t('can_you_spot_the_link').html_safe %>
</div>
</header>
<main>
<%= yield %>
</main>
<footer>© Inter IKEA Systems B.V. 2024</footer>
</body>
</html>