Sha256: dd7491e79303dbf62276cb25e63a636c9bc05103c018e5844128204fcd9ccdb0

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

!!! Strict
%html
  =render :partial => "/includes/head"
  %body
    .container
      =render :partial => "/includes/header"
      =render :partial => "/includes/menu"
      %p
        =flash[:notice]
      =yield
      =render :partial => "/includes/footer"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
santey_blog-0.2.1 app/views/layouts/santey_blog.html.haml
santey_blog-0.2.0 app/views/layouts/santey_blog.html.haml