Sha256: 6526b45e4afcf898ee912e3bf201e4cddb556119c604a54f93c00f5e6ce4cb03

Contents?: true

Size: 374 Bytes

Versions: 5

Compression:

Stored size: 374 Bytes

Contents

- # for layout_render.rb, captures: @title
doctype html
html
  head
    meta charset="utf-8"
    meta http-equiv="X-UA-Compatible" content="IE=edge"
    title == @title
    link rel="icon" type="image/x-icon" href="/favicon.ico"
    script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
  body
    == yield

    div#footer
      | Copyright © #{Time.now}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nyara-0.1.pre.2 spec/performance/layout.slim
nyara-0.1.pre.1 spec/performance/layout.slim
nyara-0.1.pre.0 spec/performance/layout.slim
nyara-0.0.1.pre.9 spec/performance/layout.slim
nyara-0.0.1.pre.8 spec/performance/layout.slim