">
<%= content_for?(:title) ? yield(:title) : t(:project_name) %>
<%= tag :meta, name: 'description', content: content_for?(:meta_description) ? yield(:meta_description) : (@node.present?? @node.page_description : '') %>
<%= stylesheet_link_tag "application" %>
<%= frontend_javascript_importmap_tags %>
<%= yield %>