% if @article.present? %>
<%= @article.page_title %>
" />
<% elsif @category.present? %>
<%= @category.page_title %>
" />
<% else %>
<%= @article.page_title %>
<% end %>
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'https://cdn.7edge.com/stylesheets/bootstrap.min.css'%>
<%= stylesheet_link_tag 'https://cdn.7edge.com/stylesheets/swiper.min.css'%>
<%= stylesheet_link_tag 'https://cdn.7edge.com/stylesheets/owl.carousel.css'%>
<%= stylesheet_link_tag 'https://cdn.7edge.com/stylesheets/style.css'%>
<%= stylesheet_link_tag 'responsive'%>
<%= javascript_include_tag 'https://cdn.7edge.com/javascripts/jquery.min.js' %>
<%= render "partials/header" %>
<%= yield %>
<%= render "partials/footer" %>
<%= javascript_include_tag 'https://cdn.7edge.com/javascripts/bootstrap.min.js' %>
<%= javascript_include_tag 'https://cdn.7edge.com/javascripts/swiper.jquery.min.js' %>
<%= javascript_include_tag 'https://cdn.7edge.com/javascripts/jquery.mobile.custom.min.js' %>
<%= javascript_include_tag 'https://cdn.7edge.com/javascripts/modernizr.js' %>
<%= javascript_include_tag 'https://cdn.7edge.com/javascripts/main.js' %>