Sha256: 9567dc91cdf9018fe98ddd53183f8861f94f6c4986fbba382363b3edb774fa55

Contents?: true

Size: 792 Bytes

Versions: 5

Compression:

Stored size: 792 Bytes

Contents

doctype html
html ng-app=(yield_content(:ng_app))
  head
    meta charset='utf-8'
    title
      - current_section = current_page.metadata.locals[:section]
      - if current_section
        => current_section.title
      - else
        => current_page.data.title || yield_content(:page_title) || resource_file(current_page)
      - if current_page.data.title || current_section
        | › #{site_title}
    meta name='viewport' content='width=device-width'
    = stylesheet_link_tag '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'
    = yield_content :stylesheets
    = javascript_include_tag 'head-js'

  body class="#{yield_content(:body_class)}"

    = yield

    = yield_content :javascripts
    = javascript_include_tag  'app'
    = yield_content :post_body

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
middleman-sculptor-0.16 lib/middleman-sculptor/template/source/layouts/layout.slim
middleman-sculptor-0.15 lib/middleman-sculptor/template/source/layouts/layout.slim
middleman-sculptor-0.14 lib/middleman-sculptor/template/source/layouts/layout.slim
middleman-sculptor-0.13 lib/middleman-sculptor/template/source/layouts/layout.slim
middleman-sculptor-0.12 lib/middleman-sculptor/template/source/layouts/layout.slim