summaryrefslogtreecommitdiff
path: root/app/views/layouts/blog.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/blog.html.haml')
-rw-r--r--app/views/layouts/blog.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/layouts/blog.html.haml b/app/views/layouts/blog.html.haml
new file mode 100644
index 0000000..3e693c9
--- /dev/null
+++ b/app/views/layouts/blog.html.haml
@@ -0,0 +1,6 @@
+- content_for :content do
+ - if @page
+ = render :template => 'layouts/blog/show'
+ - else
+ = yield
+= render :template => 'layouts/application' \ No newline at end of file