From 24f92ab288d6a9f77b1a1540c3493fa19a129a52 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 19 Oct 2009 20:36:09 +0200 Subject: title only template --- app/views/custom/page_templates/public/title_only.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/custom/page_templates/public/title_only.html.erb diff --git a/app/views/custom/page_templates/public/title_only.html.erb b/app/views/custom/page_templates/public/title_only.html.erb new file mode 100644 index 0000000..a7aa2ea --- /dev/null +++ b/app/views/custom/page_templates/public/title_only.html.erb @@ -0,0 +1,8 @@ +
+

<%= @page.title %>

+
+
<%= headline_image %>
+ <%= aggregate?(@page.body) %> +
+ +<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file -- cgit v1.3