Sha256: 6fe9930e006be6dcc5f703dc82566253cbc01ab3dc5d76034ff1601df064ce1c

Contents?: true

Size: 371 Bytes

Versions: 6

Compression:

Stored size: 371 Bytes

Contents

doctype html
html lang="en"
  head
    meta charset="utf-8"
    meta name="viewport" content="width=device-width, initial-scale=1.0"

    title == content_for?(:title) ? yield(:title) : "Untitled"

    = stylesheet_link_tag "application"
    = javascript_include_tag "vendor/modernizr"
    = csrf_meta_tag

  body

    == yield

    = javascript_include_tag "application"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
staple-0.0.9 source/foundation/application.html.slim
staple-0.0.8 source/foundation/application.html.slim
staple-0.0.7 source/foundation/application.html.slim
staple-0.0.6 source/foundation/application.html.slim
staple-0.0.5 source/foundation/application.html.slim
staple-0.0.4 source/foundation/application.html.slim