Sha256: f31a5c7c0444ad045c0cc55168d33642e8789be3a4c4841207e126e573724160
Contents?: true
Size: 618 Bytes
Versions: 5
Compression:
Stored size: 618 Bytes
Contents
<% content_for :head do -%> <meta name="title" content="<%=@page.title%>"> <% if @page.attribute_present? :meta_keywords -%> <meta name="keywords" content="<%=@page.meta_keywords%>"> <% end -%> <% if @page.attribute_present? :meta_description -%> <meta name="description" content="<%=@page.meta_description%>"> <% end -%> <% end -%> <% content_for :sidebar do %> <% if "products" == @current_controller && @taxon %> <%= render :partial => "shared/filters" %> <% else %> <%= render :partial => "shared/taxonomies" %> <% end %> <% end %> <h1><%= @page.title %></h1> <%= raw @page.body %>
Version data entries
5 entries across 5 versions & 1 rubygems