Sha256: 37688dfb0a6304a9a2fd69ff91ff3f7a5589c0925cbff65c47bdb2851cadea66

Contents?: true

Size: 189 Bytes

Versions: 2

Compression:

Stored size: 189 Bytes

Contents

<% if @page.data[:content_for]%>
  <% @page.data[:content_for].each do |key, value| %>
    <% content_for(key) do %>
      <%= value %>
    <% end %>
  <% end %>
<% end %>
<%= @page.body %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ds-kitsune-0.2.5 app/views/kitsune/show.html.erb
ds-kitsune-0.2.3 app/views/kitsune/show.html.erb