Sha256: db24ef417b8b0e4dd795c753d75e1450d8e25ed8c32eee5b1686eea027616e1a

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

<% content_for :meta_title, @page.title %>
<% content_for :meta_description, @page.description %>

<%= content_tag(:h1, @page.title) if @page.for_blog? %>

<%= raw @page.body %>

<!-- remove this once DSL has been created -->
<%= render 'contacts/form' if params[:id].to_i == 5 %>

<%# partial in tkh_menus gem or has to be added in host app %>
<%= render './shared/menus' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tkh_content-0.1.9.1 app/views/pages/show.html.erb
tkh_content-0.1.9 app/views/pages/show.html.erb