Sha256: 78d2b5591799773d7250bdc908266e7ef92b85f5042041dbac8fd2ebcc3184a4

Contents?: true

Size: 318 Bytes

Versions: 5

Compression:

Stored size: 318 Bytes

Contents

%html{ data: { type: @page.type, path: @page.path } }

  %head
    = partial "head"

  %body
    .container.main
      = partial "header"

      %div{ role: "main" }
        %h2=  @page.setting('title')  || 'Untitled'
        %p=   @page.setting('data')   || 'No date given'

        = yield

      = partial "footer"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
owl-cms-0.1.5 sample/themes/base/layouts/post.haml
owl-cms-0.1.3 sample/themes/base/layouts/post.haml
owl-cms-0.1.2 sample/themes/base/layouts/post.haml
owl-cms-0.1.1 sample/themes/base/layouts/post.haml
owl-cms-0.1.0 sample/themes/base/layouts/post.haml