Sha256: 30b73968346b9cbf335116f01c8e67f59b8335b82332e88a950db0842ae34dcd

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 Bytes

Contents

!!! 5
%html
  %head
    %meta{ charset: "utf-8" }
    %title= "Mango: #{page.title}"
    %link{ rel: "stylesheet", type: "text/css", media: "screen", href: "http://fonts.googleapis.com/css?family=Lobster" }
    %link{ rel: "stylesheet", type: "text/css", media: "screen", href: "/stylesheets/reset.css" }
    %link{ rel: "stylesheet", type: "text/css", media: "screen", href: "/stylesheets/screen.css" }
    %link{ rel: "stylesheet", type: "text/css", media: "screen", href: "/stylesheets/fireworks.css" }
    %script{ type: "text/javascript", src: "/javascripts/fireworks.js"}
    %script{ type: "text/javascript", src: "/javascripts/timer.js"}
  %body
    %div#fireworks-template
      %div#fw.firework
      %div#fp.fireworkParticle
        %img{ src: "/images/particles.gif" }

    %div#fireContainer

    = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mango-0.9.0 lib/mango/templates/themes/default/views/layout.haml
mango-0.8.0 lib/mango/templates/themes/default/views/layout.haml
mango-0.7.1 lib/mango/templates/themes/default/views/layout.haml
mango-0.7.0 lib/mango/templates/themes/default/views/layout.haml