Sha256: 45c2888769f136ef24c4b4e8f9b9762723030ec6ac160a4aa733e90181386564

Contents?: true

Size: 843 Bytes

Versions: 8

Compression:

Stored size: 843 Bytes

Contents

<!DOCTYPE html>
%html(lang="en")
  %head
    %meta(charset="utf-8")
    - if @description
      %meta(name="description" content=@description)
    - if @keywords
      %meta(name="keywords" content=@keywords)
    %title= @title
    <!--[if ! lte IE 6]><!-->
    %link(href="/css/master.css" media="screen" rel="stylesheet")
    <!--<![endif]-->
    /[if lte IE 6]
      %link(rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.1.css" media="screen, projection")
    /[if lt IE 9]
      %script(src="//html5shim.googlecode.com/svn/trunk/html5.js")
    = local_stylesheet_link_tag('local')
    %link(href="/articles.xml" rel="alternate" type="application/atom+xml")
    = haml :analytics, :layout => false
  %body
    #container
      = haml :header, :layout => false
      = yield
      = haml :footer, :layout => false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
nesta-0.9.5 views/layout.haml
mars-nesta-0.9.6 views/layout.haml
mars-nesta-0.9.5 views/layout.haml
mars-nesta-0.9.4 views/layout.haml
nesta-0.9.4 views/layout.haml
nesta-0.9.3 views/layout.haml
nesta-0.9.2 views/layout.haml
nesta-0.9.1 views/layout.haml