% if @meta_description.present? %>
<% end %>
<%= @meta_title ? @meta_title : ApplicationController::BRAND_NAME %>
<%= csrf_meta_tags %> <%= stylesheet_link_tag 'application', 'style' %> <%= javascript_include_tag 'application' %> <%= yield :javascript_includes %> <%= yield :css_includes %> <% adjust_header = "" %> <% unless current_user.nil? %> <% adjust_header = "logged" %>
<%= raw welcome_text %>
<% end %>
<%= link_to root_path, class: "navbar-brand logo" do %> <%= image_tag "Kanahome-Logo.png", class: "img-fluid" %> <% end %>
<%= link_to "Home", root_path(anchor: "home") %>
<%= link_to "Categories", admin_categories_path %>
<%= link_to "Products", admin_products_path %>
<%= link_to "Banner", admin_banners_path %>
<%= yield %>